Serial monitor prints data with the wrong timestamp #391
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
topic: serial monitor
Related to the Serial Monitor
type: imperfection
Perceived defect in any part of project
Describe the bug
The Serial Monitor doesn't print the value just received with the correct timestamp but with the one of the previous received value.
If the board sends
A
at time1
andB
at time2
this would be the output, first:then:
Changing the baud rate to a lower or higher one doesn't change a thing.
To Reproduce
Steps to reproduce the behavior:
Notice how the timestamp for the value printed now is not correct but reference to the previous one.
Also the first value is printed two times.
Expected behavior
I expect the values to be printed on the correct timestamp when it's received by the PC.
Screenshots
issue.mp4
Desktop (please complete the following information):
Additional context
This issue has been original reported on the Arduino Forum: https://forum.arduino.cc/t/serial-monitor-gives-wrong-time-stamp
The text was updated successfully, but these errors were encountered: