J
Joined: 23 Apr 2008 Posts: 1
Digg It |
Posted: Wed Apr 23, 2008 4:02 pm Post subject: Problem with HidD_SetOutputReport (C++) |
|
|
Hi,
i'm working with Wiimote on C++, i try to connect using the hid libraries, i get a list of hid devices with SetupDiGetClassDevs() and look for wiimote and finally I create a handle to the wiimote and everything seems Ok, also I can use HidD_SetOutputReport() function ti send 0x11 0xF0 to do LEDs blinking but although the function return is Ok, it happens nothing. Now I'm using WriteFile function and it returns code 87 (ERROR_INVALID_PARAMETER) but i use the correct handle...
I don't know, what can i do??
Thanks! |
|