Hello.
Could someone tell me how can I implement a timer?
I am reading and writing from the serial port and I want to wait for datas during a limit time and if there are datas in the port (in the establish time) read it. But if the timer expires stop the process.
I am using qextserialport but I would like to know how do it in c++ too.
Cheers.