Hi everyone,
I'm tinkering on an open source driver for an EEG headset. There is a 
rudimentary driver that uses another library (pywinusb), but that 
library doesn't seem to work on my system, so I'm working on switching 
it to PyUSB.

I'm new to PyUSB, USB communications, and Python in general. I have a 
question regarding device descriptors: the device data that PyUSB makes 
available seems to include single-digit integer values for the device 
manufacturer, product name, and serial number. However, TestLibUsb is 
getting human-readable strings for these values. Searching through the 
archives of this list I've found references to a GET_STRING or 
getString() method that turns these integers in to the appropriate 
strings, but I've not found a description of how this is done in python. 
Any suggestions?

Thanks for your help,
Adam

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to