Re: [pyusb-users] Python and USB HID Device

2011-04-26 Thread Xiaofan Chen
On Wed, Apr 27, 2011 at 12:19 PM, Prashant Patel wrote: > Hi Xiaofan, > > This is very very helpful. Finally I have found the LibUSB example for > Renesas Rx62N. So now I don't mind using custom driver. I don't see any > reason to stick with HID. > One thing, I will need, is to include this driver

Re: [pyusb-users] Python and USB HID Device

2011-04-26 Thread Prashant Patel
Hi Xiaofan, This is very very helpful. Finally I have found the LibUSB example for Renesas Rx62N. So now I don't mind using custom driver. I don't see any reason to stick with HID. One thing, I will need, is to include this drivers in my installation utility NSIS. Is there any help on this, any

[pyusb-users] Python and USB HID Device

2011-04-26 Thread Xiaofan Chen
Just a summary for the situation. Firstly you may want to see if you really want to use a generic HID device, in most cases, you can use a custom device and then use libusb0.sys or winusb.sys as the driver under Windows and then use pyusb with it. Using a custom device will also make it possible