waitForReadyRead is not implemented in the QextSerialPort. When calling the method waitForReadyRead, in fact the method of the QIODevice is called. This method just returns false. Since waitForReadyRead in QIODevice is virtual you can overwrite it with your own implementation in the QextSerialPort.
Bookmarks