Qtserialport polling method.
-
Hi,
You can take a look at the sync examples to see how to use QSerialPort in a synchronous fashion.
Be aware of the consequence of polling in a GUI application.
-
Clarify what exactly ?
-> synchronous: you block waiting for something
-> asynchronous: you get a notification when something arrived -
@SGaist said in Qtserialport polling method.:
you block waiting for something
Thank you SGaist.
Synchrounous=polling method of implementation.
ASynchronous=interrupt method of implementation.
This what i want to get clarified.
Thank you by your post i understand this. -
Good
Then please mark the thread as solved using the "Topic Tools" button or the three dotted menu beside the answer you deem correct so that other forum users may know a solution has been found :-)