ulao

Results 37 comments of ulao

I find this one to work best. I really wish the author would still check in from time to time.

I asked single11 to come back and he did for a few question. So I'd expect he may come back yet again. Though I agree we just need more activity....

See if you have winusb as the driver instead of hidusb. You can use zadig to check.

MVC = Microsoft visual studio. Winusb on window 10 some how gets attached to a hid driver. I do not understand this at all, nor do I understand how it...

"As you mentioned, Zadig can switch driver. Technically you can use WinUSB driver for HID device but then it will lose the function as an HID device and not able...

Just a game pad with a huge force feedback descriptor almost identical to the ms side winder.

I think that is the point of this project https://github.com/madwizard-thomas/winusbnet/tree/master/WinUSBNet but there is also this http://janaxelson.com/winusb.htm I wondering if I choose the option to build the dll in to the...

I wonder why winusb is causing issue with this project then? It definitely opens the device but communication is all bugged. Maybe hidapp.dll is opening it but winusb is communicating?...

If a report descriptor has no report ID 0 is assumed. So send with 0.

> For example, if I write 2 bytes to a device with an output report size of 32 bytes, then hid_write will return 32 instead of 2! I don't think...