PDA

View Full Version : USB Device Descriptor - How Do I Use iProduct & iManufacturer Index?



Kerubu
June 12th, 2010, 11:33 PM
Could anyone tell me how I use the iManufacturer and iProduct index values in the USB device descriptor?

I know they are an index value, but not a character pointer? How do I use them to get to the character string? The USB specification isn't too clear, though it may be just me !

USB Device Descriptor (http://libusb.sourceforge.net/api-1.0/structlibusb__device__descriptor.html#ab9e9a064265 f2833d1d3f216f15a487a)

Kerubu