Closed daantimmer closed 1 week ago
@daantimmer Thanks for the issue! Definitely an interesting issue. Is this consistently repeatable on your board?
If so, I may be able to reproduce with a board that I have an investigate. If it's not consistent, due to the nature of the bug, it may be difficult to reproduce and investigate.
Any information would be great, thanks!
I'll try next Monday!
Also, what is your board? I might be able to whip up something that is shareable.
This issue has been automatically marked as stale because it has been inactive for 30 days. To reactivate the issue, simply post a comment with the requested information to help us diagnose this issue. If this issue remains inactive for another 7 days, it will be automatically closed.
This issue has been automatically closed due to inactivity. If you are still experiencing problems, please open a new issue.
Type: Bug Report
Describe the bug
There is an inconsistent timestamp between data received and the 'local echo print':
The target MCU sends data every 10ms. We send the command 'sfr 40;' which changes the data from '30.000' to '40.000' Here you can see the 'Sent utf8 encoded message: "sfr 40;" message is printed with a timestamp of 448ms. But it is printed in between the timestamps 373ms and 388ms. It can also be observed that the observed change from 30 to 40 has a different timestamp then the local echo message. (Which is impossible unless our device has a way to look in to the future).
To Reproduce Steps to reproduce the behavior:
Expected behavior I would expect the timestamp of the local echo message to be the same as the timestamp of when it was actually sent.
Code sample and logs none available
Screenshots not required, see above text output
Additional context none available