Version: 7.x.x
What are Parsers?
Parsers are collection of transform streams to processes incoming data
The default Parsers
are Transform streams that process incoming data. To use the parsers, you must create them and then pipe the Serialport to the parser. Be careful to only write to the SerialPort object and not the parser.
#
ExampleCreating the parser and piping can be shortened to