Hello,
I have a KVM switch which is equipped with a quite simple USB stack regarding HID emulation.
Its HID emulation works with:
Standard HID keyboards and mice (not more than one of each), probably in HID Boot Protocol Mode
Composite and...
Last week I was able to test the examples with the Teensy 4.1 and am able to confirm the examples are working with this version. For me this confirms it should neither be a problem of my software setup nor a problem with the Teensy 3.6 itself...
Thank you very much for your reply, that helps a lot knowing the example runs with the Teensy 4.1! I ordered one for further testing.
Did you take a look at ~/.arduino15/packages/teensy/hardware/avr/1.59.0/cores/keylayouts.h? To me it looks like...
Hi,
sorry for not contributing to your question, but what exactly did you adapt in the code? Which Teensy version did you use? I cannot get the code to run properly on my Teensy 3.6, see my posting here:
Mouse/Keyboard Forward Examples From...
I tried compiling it with different USB types like "Audio" and "MIDI" which should not contain keyboard functionality, but the code still compiles without any errors, I even could not find the "USB type does not have Serial, so turning on...
Thank you very much for testing! So the example itself seems to be valid.
To me it really looks like it is a device specific issue. It compiles with no issues on my side whichever USB type I select (if I remember correctly, will prove this...
Thank you very much for your reply! Don't get me wrong, I did not mean anybody to rush. I was hoping for anybody answering that she/he was or wasn't successful with the examples on her/his setup.
Now here comes something interesting: I tried...
Hello,
I am trying to get the mouse and keyboard forwarding examples from the USBHost_t36 library to work as expected (or at least I expect them to).
My Software setup:
Arduino IDE v2 (Flatpak Version from Flathub)
Version: 2.3.4
Date...