Palatis / Arduino-Lufa

LUFA (Lightweight USB For AVRs) on the Arduino!
MIT License
100 stars 26 forks source link

DualVirtualSerial sample half-working #13

Open fraca7 opened 4 years ago

fraca7 commented 4 years ago

Hello; thanks for your work here. When I upload the sample to a Leonardo board, on the serial console I see only partial messages, as if only the first byte of each print/println actually made it through:

Capture d’écran 2020-03-29 à 17 12 31

This happens with the Arduino IDE 1.8.12 on both Linux (Ubuntu 19.10) and macOS 10.15.4. Am I missing something ? I tried all baud rates available.

iFreilicht commented 4 years ago

Did you clone LUFA as a submodule on the specified tag? Or did you clone another version?

fraca7 commented 4 years ago

As a submodule, using the "git clone --recursive" command-line in the README.

iFreilicht commented 4 years ago

Hm, that is very strange. I actually don't have a board with LUFA-Capable MC right now, so I can't test on my end either :/

fraca7 commented 4 years ago

No rush anyway. I went on and used it for an HID-based project and I didn't have any problem there. I'll dig a bit if said project leaves me enough time.