Closed as not planned
Description
Describe the problem
Serial Monitor does not send data to Arduino
To reproduce
- Open File -> Examples -> Communications -> Physical Pixel
- Change
ledPin
toLED_BUILTIN
- open serial monitor
- Type H then enter
- nothing happens
- Type L then enter
- nothing happens
- Repeat steps 4 - 7 until you are satisfied
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
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the latest nightly build
- My report contains all necessary details