2010/9/10 Gao Hong <joy.highl...@gmail.com>:
> When I tried to modified the code like this:
> for dev in usb_devs:
>     print dev
>     dev.set_configuration()
>     print 'Vendor:',dev.idVendor
>     print 'Product:',dev.idProduct
>     print 'Manufacturer:',getStringDescriptor(dev,1)
>     print
> 'Manufacturer:',dev._ctx.backend.get_string_descriptor_ascii(dev._ctx.handle,dev.iManufacturer)
> The dev.set_configuration() itself also raised the :
> usb.core.USBError: Operation not supported or unimplemented on this platform
>

Have you installed your device with WinUSB?

-- 
Best Regards,
Wander Lairson Costa

------------------------------------------------------------------------------
Automate Storage Tiering Simply
Optimize IT performance and efficiency through flexible, powerful, 
automated storage tiering capabilities. View this brief to learn how
you can reduce costs and improve performance. 
http://p.sf.net/sfu/dell-sfdev2dev
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to