OGX360_T4
I am attempting to add my VKB Gunfighter MCG MKIII and VKB Stecs Space Throttle to this project: https://github.com/Ryzee119/ogx360_t4
The goal is to enumerate the two devices, flight stick and throttle, and read their inputs for the steel battalion controller emulation. I have limited knowledge here and I've been throwing myself at this for a while now.
The main crux here seems to be that both devices are perhaps nonstandard HID inputs?
I'd greatly appreciate some coaching here.
GitHub
GitHub - Ryzee119/ogx360_t4: A project to use modern USB game contr...
A project to use modern USB game controllers on the original Xbox console with a Teensy4.1. - Ryzee119/ogx360_t4
1 Reply
More specifically at this point, I'm having issue with my Teensy 4.1 detecting my HoTAS set period. Input on methods regarding device detection or how to determine the input type of a device would be appreciated.
My current understanding from evtest is that they're generic HID devices, but my current USB library, Usbhost_t36, doesn't seem to see them at all even when directly attaching via PID and VID.