Thanks
Search found 4 matches
- Fri Mar 05, 2010 12:35 am
- Forum: Developer's Forum for Windows
- Topic: LED control via HID
- Replies: 15
- Views: 33843
- Tue Mar 02, 2010 11:25 am
- Forum: Developer's Forum for Windows
- Topic: LED control via HID
- Replies: 15
- Views: 33843
- Sat Feb 27, 2010 5:06 am
- Forum: Developer's Forum for Windows
- Topic: LED control via HID
- Replies: 15
- Views: 33843
Yes, i have a SpaceNavigator, and i successfully created a library to query the hid device. I can rezero the device with this source without problem an i have only changed this singe byte in the code. I also tried to send 4,0 and 4,1 with DeviceIoControl (IOCTL_HID_SET_FEATURE), same error ... and s...
- Fri Feb 26, 2010 4:55 am
- Forum: Developer's Forum for Windows
- Topic: LED control via HID
- Replies: 15
- Views: 33843
Hi, i changed in the HIDRezero example pFeatureBuf[0] = RPTID_FEAT_REZERO_DEVICE, pFeatureBuf[1] = 0x00; to pFeatureBuf[0] = 0x04, pFeatureBuf[1] = 0x00; to switch of the LED, but i get the error SendRezeroCommand: error from HidD_SetFeature (0x17) (wrong CRC) and i am wondering what i have done wro...