On Wed, Dec 19, 2012 at 11:06 PM, Stenquist, Carl
<carl.stenqu...@renesas.com> 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.

As mentioned by Tormod, there is not much pyusb specific
thingy about using libusbx.

I assume you are talking about Windows in the following reply.
For Linux, it should be easier to use libusbx with pyusb.

1) In order to use libusbx, you need to install a supported
driver. You should use Zadig to do that. And then you
can use xusb (libusbx sample) to test the installation.
https://github.com/libusbx/libusbx/wiki/Windows-Backend

2) Take note libusbx does not offer an installer like
libusb-win32 to put its dll (libusb-1.0.dll) to a place
Python can find it. So you need to do that by yourself.
libusb-win32's inf-wizard will install the driver and
the dll to the proper system directory.


-- 
Xiaofan

------------------------------------------------------------------------------
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