Open diplfranzhoepfinger opened 10 months ago
Hi @diplfranzhoepfinger,
Strings descriptors as "Mobile AT Interface", "Mobile RNDIS Network Adapter", "Mobile Diag Interface" and others are the additional String Descriptors describing the Interfaces .
These String Descriptors are not handled in the usb_host_lib
example.
In usb_host
library only the primary String Descriptors are requested from the device (which describes iManufacturer, iProduct, iSerialNumber), that is why these descriptors are absent in the output of the example.
Do you think that the feature to be able to get these descriptors via usb_host
library will be useful?
Hi @roma-jam
Do you think that the feature to be able to get these descriptors via
usb_host
library will be useful?
I would love it.
i even would love to see:
SimTech HS-USB AT Port 9011
SimTech HS-USB Modem 9011
: SimTech HS-USB NMEA 9011
Any Timeframe when this will be ready ?
Hello,
any idea when this could be ready ?
thanks !
We also have the same problem in our project.
We also have the same problem in our project.
@david-cermak would help in the esp-modem to get rid of these Descriptors:
having here , 4, 5)
seems to be very bad style.
Thanks.
Answers checklist.
General issue report
This Example:
https://github.com/espressif/esp-idf/tree/master/examples/peripherals/usb/host/usb_host_lib
Sample Output: https://gist.github.com/diplfranzhoepfinger/2f6951300c622824c8db3332b0d2d5c5
Sample Output of a USB Device Tree Viewer on Windows https://gist.github.com/diplfranzhoepfinger/6e361602ca2154ba93dacb8b7c00dc1e
same by:
lsusb -v
on Linux: https://gist.github.com/diplfranzhoepfinger/ee25591b7285ee4f715818d7adcaa494why do we not get the Descriptors like "Mobile AT Interface" ?
Thanks, Franz