CSerialPort v4.3.3.250923
lightweight cross-platform serial port library for C/C++/C#/Java/Python/Node.js/Electron/Rust 轻量级跨平台串口类库,支持C/C++/C#/Java/Python/Node.js/Electron/Rust
Feature:
- support custom protocol parser 支持自定义协议解析器
- add two protocol parser, LengthFieldBasedProtocolParser and DelimiterBasedProtocolParser 增加两个内置协议解析器基于长度字段和基于分隔符的解析器
- optimize cpu usage 优化cpu占用率
- optimiz...