Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

KeyboardController #5

Open
no1so opened this issue Aug 24, 2019 · 1 comment
Open

KeyboardController #5

no1so opened this issue Aug 24, 2019 · 1 comment

Comments

@no1so
Copy link

no1so commented Aug 24, 2019

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)

@josephduchesne
Copy link

Is your baud rate the same in PuTTY as it is in Serial1.begin?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants