Qt 6.11 is out! See what's new in the release
blog
QT Serial Port
-
@ADR_PT you need to give the qt event loop time to pass the serial stuff to the OS and react to the signals QSerialPort emit accordingly
take a look here:
https://forum.qt.io/topic/128343/qtserialport-weird-behaviours-on-macosx/7for a proper example