On Thu, Apr 8, 2010 at 7:37 AM, Wander Lairson <wander.lair...@gmail.com> wrote:
> with libusb 1.0 built with Visual C++, it is hanging during the tests:
>
> C:\Projetos\pyusb\trunk>cd tests
>
> C:\Projetos\pyusb\trunk\tests>python testall.py
> 2010-04-07 20:26:02,765 WARNING:usb.test:BackendTest(usb.backend.openusb) is 
> not
>  available
> 2010-04-07 20:26:02,905 WARNING:usb.test:Test hardware not found for backend 
> usb
> .backend.libusb01
> EF.
>
>
> Here is the call stack of python.exe process:
> http://img714.imageshack.us/img714/3227/stack.jpg
>


Just wondering what is the device driver you are using for this test? To
use the current libusb 1.0 Windows backend, you have to use the
WinUSB driver, and not libusb-win32 device driver.

After the WinUSB/HID backend, Pete will integrate the libusb-win32
device driver (libusb0.sys) backend.

-- 
Xiaofan http://mcuee.blogspot.com

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to