Ultrawipf / OpenFFBoard

OpenFFBoard is a universal force feedback interface for DIY simulation devices
https://hackaday.io/project/163904-open-ffboard
MIT License
584 stars 120 forks source link

HID control of certain parameters #11

Closed Ultrawipf closed 3 years ago

Ultrawipf commented 3 years ago

While control via a virtual serial port is easy to use and flexible it may be helpful to also have a way to automate some gamepad relevant parameters using vendor defined HID reports when the serial port is already in use. As it is not feasible to have a report for every setting a single in/out/feature report should be used with handlers listening to commands.

With HID commands it would be possible for external programs to set parameters like strength, wheel range and check the state.