Hi,

I try to listen to the serial port when there is data with
connect(port, SIGNAL(readyRead()), this, SLOT(receiveMsg()));
but readyRead() doesn't work with QExtSerialPort on linux, So how can I get the signal whenever there is new data on the port?

Thanks