-
Updated
Nov 23, 2020 - JavaScript
iot
Here are 1,387 public repositories matching this topic...
Summary of Problem
Not able to open port with stopbits as 1.5
I am currently building a desktop client using electron, where the COM port receives data correctly for values: baudRate: 2400, dataBits: 7, stopBits: 1.5, parity: 'none'
I found from the node-serialport documentation, stopBits Must be one of these: 1 or 2. But, should 1.5 be supported as well? especially for old & slow
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Nov 29, 2020 - JavaScript
-
Updated
Nov 29, 2020 - JavaScript
-
Updated
Nov 16, 2020 - JavaScript
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Nov 3, 2020 - JavaScript
-
Updated
Nov 27, 2020 - JavaScript
Currently, the project does not provide any type definitions, which makes it difficult to use in typescript projects.
Since the project is already extensively commented with jsdoc comments, much of the work is already done. There are still places where updates will need to be made, but those should be largely trivial, just a matter of adding more jsdoc comments to provide type hints where type
-
Updated
Nov 4, 2020 - JavaScript
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Nov 25, 2020 - JavaScript
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
May 11, 2020 - JavaScript
-
Updated
Nov 27, 2020 - JavaScript
ES6又提供了三种新方法。
includes():返回布尔值,表示是否找到了参数字符串。
startsWith():返回布尔值,表示参数字符串是否在源字符串的头部。
endsWith():返回布尔值,表示参数字符串是否在源字符串的尾部。
请支持。
Is your feature request related to a problem? Please describe.
Please describe the problem you are trying to solve.
-
Updated
Jun 19, 2018 - JavaScript
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Aug 1, 2020 - JavaScript
-
Updated
Nov 26, 2020 - JavaScript
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Jul 24, 2018 - JavaScript
-
Updated
Oct 6, 2020 - JavaScript
Improve this page
Add a description, image, and links to the iot topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the iot topic, visit your repo's landing page and select "manage topics."
The uncompensated temperature of the BMP180 is incorrectly converted to a 16-bit signed value, instead of a 32-bit signed value (long). Since the data is 16-bits wide and can therefore not be negative, the easy fix would be to do the following:
sip.js(1128): uncompensated = uint16(data[0], data[1]);
Please see page 15 of the manual of the BMP180 chip:
https://ae-bst.resource.bosch.com/media