Pass Pointer from one c++ code to another c++ code in qt quick project
-
Hi
Please wait at least 24 hours before bumping posts.
People are in other time zones so its not for sure to get an answer right away
or even within 3 hours. -
@MhM93
hi
No worries.
Can I ask why you want SerialPort inside QML?
normally, the c++ back end, uses the QSerialPort and sends data
to QML via signals to be displayed on the GUI.You sound like you want/ need something else?
Anyway, one sample is
https://github.com/ncp1402/ql-serialfor use directly in QML.