On USB HID, Keyboard LEDs, and device emulation (2024)

(epsilon537.github.io)

30 points | by transpute 7 hours ago

1 comments

  • platevoltage 3 hours ago
    This was a good read. I'm currently working on interfacing a microcontroller with USB racing wheels. Parsing the incoming HID data is easy, sending force feedback commands back to the wheel is a different story. A lot of USB sniffing had to be done given Logitech and MOZA's lack of documentation.

    Anyways, I'm learning as I go and this writeup was informative.