1 repositorio
Transform streams that convert raw binary serial data into structured messages using delimiters or fixed lengths.
Distinct from Data Serialization: Distinct from Data Serialization: focuses on parsing serial port byte streams, not general data encoding formats.
Explore 1 awesome GitHub repository matching data & databases · Serial Data Parsers. Refine with filters or upvote what's useful.
Node-Serialport is a Node.js library that provides cross-platform serial port access for JavaScript applications. It wraps native serial port operations into a stream-based abstraction, enabling consistent read and write behavior across Linux, macOS, and Windows without requiring platform-specific code. The library includes a mock serial port implementation that uses in-memory streams for testing code without physical hardware, and a parser stream pipeline that transforms raw binary data into structured messages using delimiters, line endings, or fixed byte lengths. It also provides command-l
Chains transform streams to parse raw binary serial data into structured messages.