Is there anybody reimplemented WaitForReadyRead() in QextSerialPort class. As I am using it in a Non GuI thread ( not a member of QObject), I need this blocking functionality.

Checking bytesavailable() in the loop leads to extreme processor load.

Is there any other way to do it?