
QtComPort
Source (link to git-repo or to original if based on someone elses unmodified work):
Available as/for:
Description:You can define and save rs232 ant tcp connections. You can capture all bytes and store them to file. You can open more connections (rs232 and tcp) and add a bridge in order to monitor all that a program send to a device.
Now using the official Qt ComPorp dll. It works on Linux, Windows, Mac OSX. Please look at my website to download a compiled package.
Ratings & Comments
2 Comments
Hi, with Qt5.2 your application doesn't compile because QApplication::UnicodeUTF8 has been deprecated. http://qt-project.org/wiki/Transition_from_Qt_4.x_to_Qt5#3a05fcdc7ec52801754a96d4b80c301b
Hi. Just now I have compiled BackupTo with Qt5.2 beta without any problems. Where have you found these deprecated apis?