PDA

View Full Version : qextserialport timeout



wally123
8th March 2012, 13:43
What is the functionality of timeout setting on a qextserialport ?

Does it mean that the port is waiting for 'timeout' milliseconds
after the last received data before emitting SIGNAL(readyRead()) ?

I read that qextserialport-project is no longer up to date.
Should i use qserialdevice-project for new qt-projects ?

wally