3 Answers
Hi,
How do we know (like in a Serial.print(“something.”); or else (write for another example) how many millis() seconds a Serial needs to print before the next instruction be executed.
Can we find it in a debug session? How?
How?
Regards
JPD
Hi.
To do that, you can call the millis() function before and and after the print and then calculate the amount of time that has passed.
Regards,
Sara