On Wed, Apr 27, 2011 at 9:06 AM, Prashant Patel <prash...@wipath.co.nz> wrote:
> (3) The I come across the following post. Which said, I should download the
> binary snapshots and put the DLL inside windows\system32 directory.
> http://www.mail-archive.com/pyusb-users@lists.sourceforge.net/msg00263.html
>
> The I downloaded the snapshot "2011.03.08 (pbr336)" from
> "http://www.libusb.org/wiki/windows_backend";.
> And copied "D:\>\....\libusb_2011.03.08\MS32\dll\libusb-1.0.dll" file to
> "windows\system32" folder.
>
> (4) The I tried running my Python Program again. Bow it is not hanging after
> the call to "set_configuration()" function. But it is giving the following
> error:
> usb.core.USBError: Operation not supported or unimplemented on this platform

> Please guide me. I need the guidence, where am I wrong? My device is simple,
> so I don't mind using windows driver.

libusb-1.0 Windows no longer support native HID backend. So you are out
of luck with HID.

>From the following webpage, you will know that from pbr333 onwards
HID support is removed.
http://www.libusb.org/wiki/windows_backend

The reason is rather because of the current admin's strong opposition
even though may of us do not agree.
http://www.libusb.org/wiki/FAQ#CanIcreateadriverlessdeviceusingHIDclass

If you want to use libusb-1.0 now, then you will have to use WinUSB driver.
Since your device is simple, please use the custom device and not
HID device. Renesas provide the libusb example and you can start there.


-- 
Xiaofan

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to