I'm planning on writing a GUI application with wxWidgets that reads data from the rs232 port (a simulated port actually, I'll be using a converter dongle) and then displays it in the application.
Is there a cross platform library for rs232?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm planning on writing a GUI application with wxWidgets that reads data from the rs232 port (a simulated port actually, I'll be using a converter dongle) and then displays it in the application.
Is there a cross platform library for rs232?
Thanks!
I do not think there is. Unless you count stdio which can be opened on devices as well as files and can be used for serial I/O.