It is possible in Wavecom modem using a function like sleep(ms)?
If there isn’t a dedicate function, how can I simulate it?
thank you
It is possible in Wavecom modem using a function like sleep(ms)?
If there isn’t a dedicate function, how can I simulate it?
thank you
Use the timeout function - I think it is a bit naughty to block the thread.
Program the unit event-based.
Happy programming & New Year.