
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
QtComPort help you to manage serial devices that you can manage with HyperTerminal.
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.
7 years ago
Now using the official Qt ComPorp dll. It works on Linux, Windows, Mac OSX. Please look at my website to download a compiled package.
7 years ago
Now using the official Qt ComPorp dll. It works on Linux, Windows, Mac OSX. Please look at my website to download a compiled package.
scalpel
7 years ago
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
Report
mrdebug
7 years ago
Report