qSerialTerm
qSerialTerm copied to clipboard
Qt based serial port terminal emulator, data logger/plotter.
Results
3
qSerialTerm issues
Sort by
recently updated
recently updated
newest added
Now can be built with Qt5 and Qwt6.
Hi, these are required changes for compilation under Ubuntu 14.04, git version of [qtserialport](https://qt.gitorious.org/qt/qtserialport) and qt4-default. ``` diff diff --git a/mainwindow.h b/mainwindow.h index 072cc2c..826417d 100644 --- a/mainwindow.h +++ b/mainwindow.h @@...