Hi everyone,
I have a Teensy 4.1 and I'm having trouble getting any HID output to work on Windows.
My setup:
Same with Mouse.move() — cursor never moves.
The Teensy appears correctly in Device Manager:
What I already tried:
What DOES work:
Any ideas what could be causing this?
Thank you!
I have a Teensy 4.1 and I'm having trouble getting any HID output to work on Windows.
My setup:
- Teensy 4.1 (bought from DigiKey, official distributor)
- Arduino IDE 2.3.8
- Teensyduino 1.6.0
- Windows 11
- USB Type: Keyboard + Mouse + Joystick
- Selected from Teensy Ports (not Serial Ports)
- Connected directly to PC (no hub)
Same with Mouse.move() — cursor never moves.
The Teensy appears correctly in Device Manager:
- 1 extra HID keyboard device
- 2 extra HID mouse devices
What I already tried:
- Official USB_Keyboard Simple example
- Simple Keyboard.println with delay(5000)
- Simple Mouse.move in a loop
- Full flash restore (held button 15 seconds)
- Different USB cables
- Disabled antivirus
- Connected directly to PC without any USB hub
- Selected correct Teensy Port in IDE
What DOES work:
- USB Host reading works perfectly (I can read mouse data in Serial Monitor)
- Serial Monitor works fine
Any ideas what could be causing this?
Thank you!