Page 1 of 1

win32-libusb bulk or interrupt transfers

Posted: Sun Feb 01, 2009 8:20 pm
by ossi
Has anyone an example using bulk or interrupt transfers
from WIN32-LIBUSB going to an AVRUSB device ?

It seems I don't get it up and running.

I get a TIMEOUT error from LIUSB and LIBUSB seems not to
start any USB communication if I invoke funktion USB_BULK_TRANSFER.

Posted: Tue Feb 03, 2009 3:26 pm
by christian
Did you set a configuration and claim the interface? Otherwise you can't use any endpoints other than 0 with libusb.

solved

Posted: Tue Feb 03, 2009 5:50 pm
by ossi
Fortunately the issue has been solved. My endpoint-descriptor
was not right. With the right endpoint descriptor everything
seems to be ok.

Thanks for your help.