-
-
Notifications
You must be signed in to change notification settings - Fork 150
Serial monitor gives corrupted output #1031
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Other information from @per1234: When I examine the commands that are produced by the above procedure in the Cloud Agent Debug Console, I notice that the 3rd step causes multiple open commands, instead of a single open step as we would expect:
The third of those open commands (the second redundant command) correctly failed:
but the first two (the expected command, and the first redundant one) went through:
I was not able to reproduce the fault by sending the same commands manually via the Cloud Agent debug console. The redundant open commands always correctly failed, no matter how fast I tried to send the sequential commands.
|
Describe the problem
To reproduce
This is very difficult to reproduce and, after a lot of trial and error, we found a combination of HW and SW that is more likely to reproduce it:
Here are the instructions to reproduce:
✅ The serial output is printed without corruption (Cloud Editor Serial Monitor always starts configured for 9600 baud).
❌ The serial output is corrupted with swapped or missing characters, as described by the users.
The fault only occurs when changing the baud rate in the Serial Monitor. It is not specific to the 9600 baud rate. For example, I can also reproduce the fault with this more simplified procedure:
✅ The serial output is corrupted as expected because the Serial Monitor is configured for 9600 baud.
❌ The serial output is corrupted with swapped or missing characters, as described by the users.
Expected behavior
The Serial Monitor shows uncorrupted output.
Arduino Create Agent version
1.7.0
Operating system
macOS
Operating system version
Sequoia
Browser
Chrome
Browser version
135.0.7049.115
Additional context
Additional reports
Issue checklist
The text was updated successfully, but these errors were encountered: