CSerialPort V4.3.0
CSerialPort v4.2.2.230215
lightweight cross-platform serial port library for C/C++/C#/Java/Python/Node.js
轻量级、跨平台串口类库,支持C/C++/C#/Java/Python/Node.js
Feature:
- readEvent replace with CSerialPortListener 使用CSerialPortListener进行读取事件通知
- replace std::string with const char* as much as possible 尽可能使用const char*代替std::string
- add function getReadBufferUsedLen() to get used buffer length 增加getReadBufferUsedLen函数用于获取缓冲区长度
- add LOG_INFO to output CSerialPort info 增加LOG_INFO输出串口信息