arduino/docs-content

Built-in USB keyboard example - issue when used with Micro

Opened this issue · 0 comments

I came across a problem programming an Arduino Micro using built in example (examples / USB / Keyboard / Keyboard Serial):
The serial commands if using Arduino Micro need to be changed from 'Serial' to 'Serial1' otherwise it doesn't work. I guess this may apply to other boards too.
Thanks,
Geoff