Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/parsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
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.
* @name module:serialport.parsers
* @type {object}
* @property {Class} [ByteLength] is a transform stream that emits data each time a byte sequence is received.
* @property {Class} [Delimiter] is a transform stream that emits data as a buffer after a specific number of bytes are received.
* @property {Class} [ByteLength] is a transform stream that emits data as a buffer after a specific number of bytes are received.
* @property {Class} [Delimiter] is a transform stream that emits data each time a byte sequence is received.
* @property {Class} [Readline] is a transform stream that emits data after a newline delimiter is received.
* @example
```js
Expand Down