-
-
Notifications
You must be signed in to change notification settings - Fork 726
RX/TX led not blinking in USB-CDC #6
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
Related to #1 |
here's some CDC USB LED implement code you can use to try this out: |
#121 works. It blinks the USB TX and RX LEDs during serial communication. I tested the directions above. However, this doesn't address the issue where the LEDs don't blink when uploading a new sketch. I imagine this will need to be added to the Arduino Zero bootloader. |
Solved by #121 |
Fix warning: "digitalPinToInterrupt" redefined
Update bootloader and USB-CDC driver in order to turn on RX/TX leds when there is serial activity.
http://forum.arduino.cc/index.php?topic=330585.msg0
The text was updated successfully, but these errors were encountered: