-
-
Notifications
You must be signed in to change notification settings - Fork 444
Serial Monitor does not send data to Arduino (2.0.0 rc7) #1051
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
fwiw, I tried it on Linux with Arduino Zero and Teensy 4.1 (to also check whether any difference exists between Teensy's pluggable monitor and Arduino's implementation). Even having just read this, my fingers still didn't hold the CTRL key on the first few tries! So awkward. Can confirm, both do change their LED running the PhysicalPixel example when I use CTRL+Enter to send. |
Slightly off-topic, 04.Communication > PhysicalPixel has pin 13 hard coded. Might be good to update it to LED_BUILTIN for compatibility with Arduino's newer products... |
@PaulStoffregen |
Thanks for the PR, @ubidefeo . I agree with @PaulStoffregen on that. |
Thanks everyone. Since we now know that the issue was caused by #572, I will close this issue in favor of the other one. |
Describe the problem
Serial Monitor does not send data to Arduino
To reproduce
ledPin
toLED_BUILTIN
For other tests, try File -> Examples -> Communications -> ReadAsciiString. Same results.
All sketches respond just fine in other serial terminals, such as CoolTerm or Serial Studio
Expected behavior
The LED should turn on with H and off with L. With the ReadAsciiString sketch, I should get three values back in hexadecimal.
Arduino IDE version
2.0.0-rc7
Operating system
macOS
Operating system version
12.4 (21F79)
Additional context
Same results on Windows 11.
Issue checklist
The text was updated successfully, but these errors were encountered: