Non-blocking USB access in windows

If you have a simple question and just want an answer.
jzw
Member++
Posts: 24
Joined: Sat Nov 14, 2015 3:53 pm

Non-blocking USB access in windows

Post by jzw »

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.
User avatar
Ross
Verified
XCore Legend
Posts: 1185
Joined: Thu Dec 10, 2009 9:20 pm
Location: Bristol, UK

Post by Ross »

I believe this app note uses the API you reference https://www.xmos.com/support/appnotes/AN00136

(see bulk_read_benchmark.cpp)