Skip to content

serialEvent does not work with Leonardo (USB CDC Serial) [imported] #206

Closed
@cmaglie

Description

@cmaglie

This is Issue 1031 moved from a Google Code project.
Added by 2012-09-03T19:30:50.000Z by [email protected].
Please review that bug for more context and additional comments, but update this bug.

Original labels: Type-Defect, Priority-High, Component-ATmega32U4

Original description

What steps will reproduce the problem?

  1. Load Examples ... 04. Communcations... SerialEvent example
  2. Add while (!Serial) ; after Serial.begin() in setup
  3. Upload to a Leonardo board, type stuff in the serial monitor

What is the expected output? What do you see instead?

Expected: Get back what I typed
Actual: Got nothing back

What version of the Arduino software are you using? On what operating
system? Which Arduino board are you using?

Arduino 1.0.1 on MacOS X 10.7.4 with a Leonardo R3 board

Please provide any additional information below.

I believe serialEvent is never called. I tried renaming it to serialEvent1 and serialEvent2 without any effect.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions