Combining these two with the mouse.ino variables for hub, etc. worked the best for me.
Type: Posts; User: mcrc
Combining these two with the mouse.ino variables for hub, etc. worked the best for me.
Yeah, modifier keys are getting stuck on @KurtE sketch.
Hey
I'm using the Teensy 4.1 and I was wondering, how I would forcefully set the data rate of the emulated USB to 12mbit (instead of 480mbit/sec)
Also I was wondering on how to change...
Teensy 4.1
No, it uses the default windows drivers.
Keyboard: HyperX Alloy FPS Pro Mechanical Gaming Keyboard
Computer: Windows 10 64 bit
Arduino: 1.8.16
Teensyduino: 1.55
Yeah, they work perfectly fine directly plugged in, and they also being...
Your script passes normal keys just fine.
But media keys wont pass, same as the solution provided few posts before.
I actually tried this too, it doesnt trigger any Media Buttons :(
Just tested. Unfortunately, that didn't work out.
Well, yes they appear, but I am not able to pass them through.
Using default "Serial + Keyboard + Mouse + Joystick"
keyboard_in.attachExtrasPress(OnHIDExtrasPress);...
I see, might be the docs are outdated (on pjrc website).
I don't see any option to read Media Keys in the USB Host, any idea?
Nvm, its not possible, as the media keys are only supported on Linux/Mac anyways :(
Ordered two of these on Ali, lets see!
Any idea on how to pass through media keys?
Hi
What is the best USB Hub for plugging in mouse and keyboard into the USB Host?
I've seen the small Amazon ones, but they arent available anymore.
Any advice?
Best regards
mcrc
Will try in a few minutes! That sounds promising.
Thank you for all your efforts.
Edit: Works perfectly fine!
USBHost.
I tried to do the triangle mouse movement while mouse.available(), that worked with 1000hz.
Just when reading values from USBHost and passing them over, I get 500hz.
I tried to do that, although Paul locked that thread.
Its "Model 0 mouse is not reporting 1000 times per second" to the Teensy.
USBHost_t36 probably requires some editing, I think from 8 bit...
Figured out its something about reading the USB host shield.
I think its somewhere at void USBHIDParser::in_data(const Transfer_t *transfer) - hid.cpp, might be that packets are not properly read?
...
bump 10 char
bump 10 char
Hi
I've asked this a few months back, I have not found a solution yet, since I've been very busy with other things.
...
Do you mind telling me what fixed it for you?
Well any help is welcome, been stuck on it for a while now.
bump
10 chars
bump
10 chars
any updates yet?
Okay, lets see what Paul says :)
Any updates on the matter?
Alright sounds good :)
Directly connected to my PC: https://i.imgur.com/x72wo9C.png
Via teensy 4.1 proxy (using Teensy USB Host Cable & USB Cable): https://i.imgur.com/9NXrx31.png
Yes, I think we posted in the same second.
This little guy here: https://www.pcgamingrace.com/products/glorious-model-o-white
HIDDeviceInfo: https://pastebin.com/grbKQJwK
I'm stuck on the exact same problem, using a Model O 1000hz Gaming Mouse.
I've used 2 different teensy 4.1, still the same issues. It must be something in the code.
#include <USBHost_t36.h>
...