Home > Software engineering >  The USB communication timeout Settings
The USB communication timeout Settings

Time:10-12

I use HidD_SetFeature send command to the usb device,
If the usb device on the other side of the usb interrupt doesn't open,
HidD_SetFeaturefw will wait for a period of time, will eventually return to timeout failure,
Don't know how to set the timeout?

CodePudding user response:

The registry?

CodePudding user response:

Try again a few times?
  • Related