You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to connect a USB keyboard -> SAMD21 (Itsy Bitsy M0 Express) -> OLED.
I want to send ASCII from the USB keyboard to the M0 so I can output characters on the OLED.
I'm not sure how to use this library. I have installed it into Arduino IDE, used your KeyboardController.ino example code but I'm not sure how to read the serial output to test it.
I've connected a Prolific USB-to-Serial cable to the M0 (tx/Rx) and my computer (shows up as COM14) and opened the port via PuTTY to read the output and this is what I get in the console upon booting up the M0: " ▒▒▒▒▒▒ "
I am new to programming and working with microcontrollers, so if you could offer any help as to how to use this library that would be greatly appreciated!
(P.S. I found your Trinket M0 firmware UF2 stuff and tried that but I also couldn't get it to work on my Itsy Bitsy M0)
The text was updated successfully, but these errors were encountered:
Hello, I am trying to connect a USB keyboard -> SAMD21 (Itsy Bitsy M0 Express) -> OLED.
I want to send ASCII from the USB keyboard to the M0 so I can output characters on the OLED.
I'm not sure how to use this library. I have installed it into Arduino IDE, used your KeyboardController.ino example code but I'm not sure how to read the serial output to test it.
I've connected a Prolific USB-to-Serial cable to the M0 (tx/Rx) and my computer (shows up as COM14) and opened the port via PuTTY to read the output and this is what I get in the console upon booting up the M0: " ▒▒▒▒▒▒ "
I am new to programming and working with microcontrollers, so if you could offer any help as to how to use this library that would be greatly appreciated!
(P.S. I found your Trinket M0 firmware UF2 stuff and tried that but I also couldn't get it to work on my Itsy Bitsy M0)
The text was updated successfully, but these errors were encountered: