USB Host Status of control transfers

Status
Not open for further replies.

luni

Well-known member
I'm playing with the USB Host library. So far everything I tried works nicely. I.e., I can claim my devices and send control transfers to them with the expected results. The only thing I can't figure out is how to get the status of a control transfer. I.e. I want to know if the device NAKed or STALLed the request so that I can send it again or if everything was OK in the first place.
 
Last edited:
Reading my own post I found that it might be misleading. I'm not using the USB Host shield with its library but a T3.6 with the USBHost_T36 library. I'm aware that the library is work in progress. So if this is not implemented yet, any pointer to where I could hook in to find out the status would be very welcome.
 
Status
Not open for further replies.
Back
Top