form serial port communication. Send the data from Gui to another board
-
I am working on gui application using c++/qml.
I want to transfer or send the data from gui to another board through usb.
How this communication will work?
Is there any example or example project?@kk2507 You should start here: https://doc.qt.io/qt-5/qtserialport-index.html
There is also link to examples.