NicoHood / HoodLoader2

16u2 Bootloader to reprogram 16u2 + 328/2560 with Arduino IDE
http://www.nicohood.de
734 stars 186 forks source link

serialEvent() #91

Closed phlebos closed 3 years ago

phlebos commented 3 years ago

Hello NicoHood

First thanks.

I'm not sure if this is beyond the scope. But I am trying to use your bootloader with a standalone 32u2 and the Arduino IDE. Your code has already helped a lot, basic arduino sketches working ,blink etc. It verified my homemade lashup is working.

But I am trying to use the Arduino serialEvent() with the usbserial device presented as ttyACM0.
It never triggers. Should I expect it to?

Thanks