Skip to content

Serial Monitor does not send data to Arduino (2.0.0 rc7) #1051

Closed as not planned
@tigoe

Description

@tigoe

Describe the problem

Serial Monitor does not send data to Arduino

To reproduce

  1. Open File -> Examples -> Communications -> Physical Pixel
  2. Change ledPin to LED_BUILTIN
  3. open serial monitor
  4. Type H then enter
  5. nothing happens
  6. Type L then enter
  7. nothing happens
  8. 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions