Skip to content

CSerialPort V4.0.3

Compare
Choose a tag to compare
@itas109 itas109 released this 29 Apr 14:23
· 304 commits to master since this release

CSerialPort v4.0.3.200429

lightweight, cross-platform, and efficient serial port library
轻量级、跨平台、高效的串口类库

Fixed:

  • fixed memory leak 修复内存泄露问题
  • Optimize function closePort under windows 优化windows下的closePort函数
  • #21 typo setFlowControl
  • #22 function CSerialPortWinBase::openPort error when set error parameter
  • #24 sigslot can not define static
  • #26 linux receive miss 0x11 0x13 0x0d
  • fixed compile error when baudrate not difine 修复波特率未定义错误

Feature:

  • support mingw 支持mingw 4.8.2
  • support mac 支持mac 10.13
  • add Common baud rate 增加波特率
  • add test case by gtest 增加测试用例
  • add function CSerialPortInfo::availablePortInfos 增加通用串口信息枚举函数
  • support linux list ports add /dev/pts/* 支持linux虚拟串口