KVM Nerd
Member
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: 2024-12-03T10:51:12.539Z
CLI Version: 1.1.1
Board: Teensy 3.6
Latest Teensyduino
Ubuntu 24.10
Which examples I have tried so far from the Arduino IDE examples menu:
However, the PC the Teensy is connected to lists the appropriate USB devices, but does not receive any inputs from them, no matter what I've tried. Shouldn't the PC receive the keyboard and mouse inputs from the Teensy which should forward it from the devices connected to it, as the name of the examples imply? Am I missing something? And which USB type should be chosen? The example does not give any hints.
The Examples/_Teensy/USB_Keyboard/Simple example works absolutely fine and the PC receives keystrokes from it, so I assume the USB device part of the Teensy works fine as well.
Thank you in advance!
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: 2024-12-03T10:51:12.539Z
CLI Version: 1.1.1
Board: Teensy 3.6
Latest Teensyduino
Ubuntu 24.10
Which examples I have tried so far from the Arduino IDE examples menu:
- Examples/USBHost_t36/KeyboardForeward
- Examples/USBHost_t36/MouseKeyboardForward
- Keyboard
- Keyboard + Touch Screen
- Keyboard + Mouse + Touch Screen
- Keyboard + Mouse + Joystick
- Serial + Keyboard + Mouse + Joystick
However, the PC the Teensy is connected to lists the appropriate USB devices, but does not receive any inputs from them, no matter what I've tried. Shouldn't the PC receive the keyboard and mouse inputs from the Teensy which should forward it from the devices connected to it, as the name of the examples imply? Am I missing something? And which USB type should be chosen? The example does not give any hints.
The Examples/_Teensy/USB_Keyboard/Simple example works absolutely fine and the PC receives keystrokes from it, so I assume the USB device part of the Teensy works fine as well.
Thank you in advance!