ezieragabriel / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

serialEvent does not work with Leonardo (USB CDC Serial) #1031

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by pilot...@gmail.com on 3 Sep 2012 at 7:30

GoogleCodeExporter commented 9 years ago

Original comment by dmel...@gmail.com on 5 Sep 2012 at 1:04

GoogleCodeExporter commented 9 years ago
I have the same problem.

Arduino 1.0.1 on MacOS X 10.8.2 & Leonardo R3

Original comment by ivan.sos...@gmail.com on 30 Sep 2012 at 6:46

GoogleCodeExporter commented 9 years ago
I'm trying to coordinate with Zach and hope he'll have time to look into these 
Leonardo issues soon.

Original comment by dmel...@gmail.com on 1 Oct 2012 at 2:41

GoogleCodeExporter commented 9 years ago
same here (mac OS X) and Teensy & Arduino UNO

Original comment by mario.es...@sizesnap.com on 4 Oct 2012 at 11:04

GoogleCodeExporter commented 9 years ago
Same here (Ubuntu 12.04, Arduino 1.0.1)

Original comment by gregory....@gmail.com on 2 Jun 2014 at 3:33