Tonys-L / CSerialPort

a lightweight library of serial port, which can easy to read and write serical port on windows and linux with C++

Home Page:https://blog.csdn.net/itas109/article/details/84282860

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSerialPort

a lightweight library of serial port, which can easy to read and write serical port on windows and linux with C++

License

since V3.0.0.171216 use LGPL v3 License


Blog : http://blog.csdn.net/itas109

QQ Group : 129518033

Last Modify

Version: 4.0.0.181210 beta

by itas109 on 2018-12-10

http://blog.csdn.net/itas109 https://github.com/itas109

  • Cross-platform design
  • Simplify the use process
  • higher efficiency

Todo List

  • 1.support windows and linux first
  • 2.add communicating protocol
  • 3.support hot swap
  • 4.use new notify module

Other branches

Remon Spekreijse's serial library has had a profound impact on me, thanks again to Remon Spekreijse http://www.codeguru.com/cpp/i-n/network/serialcommunications/article.php/c2483/A-communication-class-for-serial-port.htm

only for windows branches : https://github.com/itas109/CSerialPort/tree/CSerialPort_win_3.0.3


About

a lightweight library of serial port, which can easy to read and write serical port on windows and linux with C++

https://blog.csdn.net/itas109/article/details/84282860

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 97.2%Language:C 2.8%