Unable to report value over USB
Hi everyone, I've been trying to teach myself how to create USB HID devices and I've gotten to the point of creating my own descriptor and having get sent sucsessfully over usb for the host to understand what my device does. The problem I'm having now is trying to report data to the computer. Maybe I'm doing something wrong and IU just dont see it or its something else. Thanks for anyones help!
IDE 2.3.4
Leonardo
2 Replies
Did you get it working? Mixxx is open source DJ software, a lot of its written in C and it has HID USB device support. Just a thought that studying its code might be helpful if you have no examples. Though a tutorial for HID would be best.
Unfortunately I haven’t gotten it to work, but I’ll check out Mixxx