File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/serialport-util/packages/node-serialport Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -548,8 +548,8 @@ The default Parsers are [Transform streams](https://nodejs.org/api/stream.html#s
548548
549549| Name | Type | Description |
550550| --- | --- | --- |
551- | ByteLength | <code >Class</code > | is a transform stream that emits data each time a byte sequence is received. |
552- | Delimiter | <code >Class</code > | is a transform stream that emits data as a buffer after a specific number of bytes are received. |
551+ | ByteLength | <code >Class</code > | is a transform stream that emits data as a buffer after a specific number of bytes are received. |
552+ | Delimiter | <code >Class</code > | is a transform stream that emits data each time a byte sequence is received. |
553553| Readline | <code >Class</code > | is a transform stream that emits data after a newline delimiter is received. |
554554
555555** Example**
You can’t perform that action at this time.
0 commit comments