I am trying to create a non-blocking access to an x-200 part from windows using libusb. I can find reference to asynchronous routines like usb_reap_async but cannot find any documentation other than the function definitions in the include file usb.h.
I would be grateful for a link to something that helps in this area.
Non-blocking USB access in windows
-
- Member++
- Posts: 24
- Joined: Sat Nov 14, 2015 3:53 pm
-
Verified
- XCore Legend
- Posts: 1185
- Joined: Thu Dec 10, 2009 9:20 pm
- Location: Bristol, UK
I believe this app note uses the API you reference https://www.xmos.com/support/appnotes/AN00136
(see bulk_read_benchmark.cpp)
(see bulk_read_benchmark.cpp)