Timers
General and Desktop
8
Posts
3
Posters
1.6k
Views
1
Watching
-
Please explain what do you mean. What data are you reading? From where? Which OS? Which Qt version?
-
I'm sorry, I still don't understand your problem, so I can't answer/ help. What data are you reading? Where from (network, serial port, file system)?
-
Some people do report it takes time to open the port, so it is better to wait a bit. I have not encountered that problem myself.
For reading, you should use the readyRead() signal from QSerialPort, connect it to your custom slot, and do the reading there. It should work well, at leas tit has in my applications.