Search found 4 matches

by Tiwen
Fri Mar 05, 2010 12:35 am
Forum: Developer's Forum for Windows
Topic: LED control via HID
Replies: 15
Views: 33843

Great, that works :D
Thanks
by Tiwen
Tue Mar 02, 2010 11:25 am
Forum: Developer's Forum for Windows
Topic: LED control via HID
Replies: 15
Views: 33843

Thanks for the fast response jwick, but i have no clue where there could be an error.
Does anybody have a simple working example that controls the LED with HidD_SetFeature or DeviceIoControl?
(a modified HIDRezero would be perfect)

Thanks in advance
by Tiwen
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...
by Tiwen
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...