You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api-stream.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ SerialPort.Binding: Binding
69
69
70
70
The hardware access binding. `Bindings` are how Node-Serialport talks to the underlying system. This static property is used to set the default binding for any new port created with this constructor. It is also used for `Serialport.list`.
71
71
72
-
If you're using the `serialport` package, this defaults to `require('@serialport/bindings')`.
72
+
If you're using the `serialport` package, this defaults to `require('@serialport/bindings-cpp')`.
73
73
74
74
## Static Methods
75
75
@@ -262,7 +262,7 @@ Arguments:
262
262
* {Boolean} [setOptions.dsr=false] sets the dsr flag
263
263
* {Boolean} [setOptions.dtr=true] sets the dtr flag
264
264
* {Boolean} [setOptions.rts=true] sets the rts flag
265
-
* {Boolean} [setOptions.lowLatency=true] enables low latency mode (linux specific - admin rights may be required)
265
+
* {Boolean} [setOptions.lowLatency=true] enables low latency mode (linux specific - admin rights may be required)
Copy file name to clipboardExpand all lines: docs/guide-about.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The [`serialport`](api-serialport.md) package which provides a good set of defau
28
28
29
29
### Bindings
30
30
The Bindings provide a low level interface to work with your serialport. It is possible to use them alone but it's usually easier to use them with an interface.
31
-
-[`@serialport/bindings`](api-bindings.md) bindings for Linux, Mac and Windows
31
+
-[`@serialport/bindings-cpp`](api-bindings.md) bindings for Linux, Mac and Windows
32
32
-[`@serialport/binding-abstract`](api-binding-abstract.md) as an abstract class to use if you're making your own bindings
33
33
-[`@serialport/binding-mock`](api-binding-mock.md) for a mock binding package for testing
0 commit comments