Re: [pyusb-users] Using a different backend

2016-03-11 Thread keith
Thanks! I think pywinusb will be what I need. Thanks for the help! keith -Original Message- From: Xiaofan Chen [mailto:xiaof...@gmail.com] Sent: Thursday, March 10, 2016 8:30 PM To: pyusb-users@lists.sourceforge.net Subject: Re: [pyusb-users] Using a different backend On Fri, Mar 11

Re: [pyusb-users] Using a different backend

2016-03-10 Thread Xiaofan Chen
On Fri, Mar 11, 2016 at 7:29 AM, keith wrote: > I have a project I am working on that uses python to communicate with a HID > usb device (two way communication). It’s currently working fine using pyUSB > and the libUSB-win32. However the client wants to try and avoid the step of > installing the l

[pyusb-users] Using a different backend

2016-03-10 Thread keith
Hello, I have a project I am working on that uses python to communicate with a HID usb device (two way communication). It's currently working fine using pyUSB and the libUSB-win32. However the client wants to try and avoid the step of installing the libUSB driver. Currently when you plugin