On Wed, Dec 19, 2012 at 4:06 PM, Stenquist, Carl wrote:
> Dear PyUSB group,
>
> How can I find info on using libusbx together with PyUSB? I have successfully 
> (for the most part) used the old libusb0.dll, but how install and use libusbx 
> with PyUSB? There must be some info written on this from PyUSB perspective 
> (?) but I have not found it.

Hi Carl,

There should not be anything PyUSB specific about installing libusbx.
Once you have libusbx installed for your device, pyusb will pick it up
as it would pick it up through libusb (same libusb1 backend) or
libusb-win32 (libusb0 backend). Or to put it another way, please refer
to libusb(x) and WinUSB documentation and make sure you can access
your device with libusbx (using for instance the sample applications
xusb etc), before you try pyusb on it.

Of course, I am talking about pyusb 1.0a3 here. For pyusb 0.4 you
would have to use libusb-compat together with libusbx, but there
should be no reason to use pyusb 0.4 since pyusb 1.0a3 even allows the
0.4 API through its legacy module.

Best regards,
Tormod

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to