[ANN] wxSerialPort is born

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
Post Reply
tomay3000
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 207
Joined: Mon Apr 24, 2017 4:23 am

[ANN] wxSerialPort is born

Post 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.
Post Reply