I used libusb from libusb.info. here is the link I download it 
from:http://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.20/libusb-1.0.20.7z/download
it's libusb1.0.20 for windows binaries 
with listdev.exe it's working, here it my output:0b95:1790 (bus 2, device 2) 
path: 258086:15b6 (bus 1, device 1)0403:6010 (bus 2, device 4) path: 6045e:0750 
(bus 2, device 5) path: 14.1045e:0750 (bus 2, device 5) path: 14.10403:6010 
(bus 2, device 4) path: 60781:5580 (bus 1, device 2) path: 30557:7000 (bus 2, 
device 3) path: 148086:a12f (bus 2, device 1)
so apparently libusb does work and manage to display USB devices properly.
> Date: Thu, 7 Jan 2016 13:01:32 +0100
> From: lists.tor...@gmail.com
> To: pyusb-users@lists.sourceforge.net
> Subject: Re: [pyusb-users] LibUSB and PyUSB on Windows 10 and python 3.4
> 
> On Thu, Jan 7, 2016 at 9:01 AM, igor bezenchuk wrote:
> > Hi All,
> > I am trying to setup Libusb(1.0) and Pyusb(3.4) with  on windows 10(ver
> > 10.0.10240) and can't make it work. I tried these steps to install libusb:
> >
> > 1. installing libusb0.1_win32
> 
> libusb0.1? What exactly did you install? Filename of download /
> installer, and from where?
> 
> > 2.following this steps from mailing list:
> >
> > This can seem confusing, however when you are on 64-bit Windows,
> > MS64\dll\libusb-1.0.dll must be copied into C:\Windows\System32 and
> > (for running 32-bit applications that use libusb)
> > MS32\dll\libusb-1.0.dll must be copied into C:\Windows\SysWOW64
> >
> > I used this code:
> 
> libusb ships with an example executable called "listdevs.exe". Does it
> list all your devices? Unless you have libusb working, there is no
> need to try pyusb yet.
> 
> Regards,
> Tormod
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> pyusb-users mailing list
> pyusb-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pyusb-users
                                          
------------------------------------------------------------------------------
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to