On Thu, Jul 15, 2010 at 2:57 AM, John Harrison
<johnharrison...@gmail.com> wrote:
> If so, which libusb do you recommend I install for win32? I looked at
> libusb-win32:
> http://sourceforge.net/apps/trac/libusb-win32/wiki
>
> and I assume I install the device driver from that?
>
> The usb component I am connecting came with its own driver which appears to
> use winusb, so do I need to remove that driver to get libusb to work with
> the device? pywinusb didn't find the component so I am assuming winusb is a
> dead-end for Python?

Are you talking about pywinusb from Google Code? I think it currently
only supports HID device.
http://code.google.com/p/pywinusb/

Since the original driver is using WinUSB, I think you can try out
libusb-1.0 Windows. The following page has the binary available
for download.
http://www.libusb.org/wiki/windows_backend

You can of course try libusb-win32 as well.

As for driver installation for libusb-win32, you can use the
inf-wizard from libusb-win32 or you can use libwdi/zadig.
Zadig supports both winusb driver or libusb0.sys driver.
http://www.libusb.org/wiki/windows_backend

-- 
Xiaofan http://sourceforge.net/projects/libusb-win32/

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to