I tried the HIDParser example and it similarly failed to collect past 6 simultaneous key presses.
I can assure that pastebin is harmless(it's just text), but I have also attached those logs as plaintext files below since they are too long to...
I did notice that I needed to declare a separate `USBHIDParser gHidParser(gUsbHost);` to get the keyboard controller object to work. This seemed quite odd to me. I'm not clear on how declaring a separate HidParser has an effect on the...
I believe that thread is kind of the inverse problem of mine. In that thread the OP wants to use the teensy as a usb device, but here I want to use the teensy as usb host
My project:
So I'm making a project which involves having my teensy 4.1 as usb host, with a single keyboard plugged into the USB pins.
My code: https://github.com/AugsEU/KeySynth/tree/master/KSFrontEnd
See main.cpp in particular.
I've...