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: lib/parsers.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@
6
6
To use any of the parsers you need to create them and then pipe the serialport to the parser. Be sure not to write to the parser but to the SerialPort object.
7
7
* @name module:serialport.parsers
8
8
* @type {object}
9
-
* @property {Class} [ByteLength] is a transform stream that emits data each time a byte sequence is received.
10
-
* @property {Class} [Delimiter] is a transform stream that emits data as a buffer after a specific number of bytes are received.
9
+
* @property {Class} [ByteLength] is a transform stream that emits data as a buffer after a specific number of bytes are received.
10
+
* @property {Class} [Delimiter] is a transform stream that emits data each time a byte sequence is received.
11
11
* @property {Class} [Readline] is a transform stream that emits data after a newline delimiter is received.
0 commit comments