Please enhance the Protocol documentation, by adding important infos, about:
-
How the different "frequencies" work?
- in main loop in .ino file
is it safe to slow down by inserting delay(1); ?
- if message received
(how does it know when it finished, how to decide, if it was disconnected -> and just waiting endlessly)
- same for message sent to the host
-
How to implement timeouts on host side the best way?
-
Does the main loop sends any ("ping") message periodically?
Please enhance the Protocol documentation, by adding important infos, about:
How the different "frequencies" work?
is it safe to slow down by inserting
delay(1);?(how does it know when it finished, how to decide, if it was disconnected -> and just waiting endlessly)
How to implement timeouts on host side the best way?
Does the main loop sends any ("ping") message periodically?