1
Bluetooth & Connectivity Help Center / WiimoteTest question
« on: May 13, 2008, 01:16:37 PM »
OK, I'm connected, etc. etc.
Now I'm building/running WiimoteTest but am failing on this call:
if(HIDImports.HidD_GetAttributes(mHandle.DangerousGetHandle(), ref attrib))
for all devices. Under HID the device manager shows
Bluetooth Remote Control
Bluetooth Virtual HID Device
HID-conpliant consumer control device
USB Human Interface Device
None of these has the VID/PID pair that the program expects
private const int VID = 0x057e;
private const int PID = 0x0306;
but that's OK (for now) because to get to the code that checks the VID/PID I must
pass the above call.
Any suggestions are welcome.
Now I'm building/running WiimoteTest but am failing on this call:
if(HIDImports.HidD_GetAttributes(mHandle.DangerousGetHandle(), ref attrib))
for all devices. Under HID the device manager shows
Bluetooth Remote Control
Bluetooth Virtual HID Device
HID-conpliant consumer control device
USB Human Interface Device
None of these has the VID/PID pair that the program expects
private const int VID = 0x057e;
private const int PID = 0x0306;
but that's OK (for now) because to get to the code that checks the VID/PID I must
pass the above call.
Any suggestions are welcome.