Catch port COM datas input/ send data output...
-
I search information on this subjetc: how to read/write datas on port COM (thread mode) properly with Qt. I'm sure there is something ready to do it, but i search a link who give exemples around this. (thanks)
-
Hi,
There is a "Qt Serial Port":http://doc.qt.io/qt-5/qtserialport-index.html add-on module in Qt. Class documentation is "here":http://doc.qt.io/qt-5/qserialport.html.