From: Xiaofan C. <xia...@gm...> - 2012-02-18 00:19:46
|
On Sat, Feb 18, 2012 at 12:18 AM, Yunong Pang <02...@gm...> wrote: > When I test the read() in bulkloop program, it can read the > data successfully. > I don't know how to test it now... For bulkloop, you send something first to OUT endpoint EP2OUT and then you read from the IN endpoint EP6IN. But in your pyusb program, you only do the read. Maybe you should post a working C program and then see if your pyusb program is corresponding to the working C program. -- Xiaofan |