Home > Software engineering >  USB HID Descriptor (USB report Descriptor)
USB HID Descriptor (USB report Descriptor)

Time:10-09

As title, because want to communicate with usb devices, how to obtain or setting up the equipment in the inside of the application report descriptor

After finding equipment createFile writeFile returns a 87 error, found on the Internet should be I'm not send the data of the first take report ID, but how do I get the report ID??

CodePudding user response:

BOOLEAN __stdcall
HidD_SetConfiguration (
IN HANDLE HidDeviceObject,
IN PHIDD_CONFIGURATION Configuration,
IN ULONG ConfigurationLength
);

If send data directly to the equipment, the configuration is to call this function?? The concrete is how to use
  • Related