I'm trying to retrieve / synchronize time from PC using this Time lib function:
setSyncProvider( requestSync); //set function to call when sync required
It sends ASCII BEL (07) character to PC, but I'm getting no response using Serial.available. What am I missing?
Do I have to run a specific app on the PC to get a response? The docs do not specify that.