... [b] numBytes = port->bytesAvailable();[/b] if(numBytes >0) { port->read(buff, numBytes); buff[numBytes] = '\0'; QString msg = buff; emit this->RX(msg); }...
... qDebug() << "Current thread id is: " << QThread::currentThreadId();...