Page 1 of 1

[ANN] wxSerialPort is born

Posted: Wed Oct 09, 2019 6:01 pm
by tomay3000
Hello,
I would like to announce that I have finished creating wxSerialPort which is a wrapper around the boost-asio serial_port.
This library is composed of two files: serialport.h and serialport.cpp. It encapsulates boost::asio::serial_port and adds timeout support and other more useful functions. It is very handy because I am using it myself in my projects, you can check it out in the link below:

GitHub link: https://github.com/tomay3000/wxSerialPort

NB: as I said this is only the birth of the library and is in ALPHA stage.
It is missing the documentation, the build system and the GitHub pages website, which are coming in the future.
I would be glad to hear from you, any suggestions or critics.

Thank you.