Hi,
is there a way to customisze the USB PID / Manufacturer string etc. when using the USB OTG Console as described here https://docs.espressif.com/projects/esp ... nsole.html
ESP32-S2 ROM USB - Custom PID / manufacturer string
Re: ESP32-S2 ROM USB - Custom PID / manufacturer string
I cant answer for sure, but in case of ROM USB probably there is not possible. Maybe with large volumes espressif can burn customized ROM, who knows.
You can also use tinyUSB and in that case check this:
https://github.com/espressif/usb-pids
You can also use tinyUSB and in that case check this:
https://github.com/espressif/usb-pids
-
- Posts: 9770
- Joined: Thu Nov 26, 2015 4:08 am
Re: ESP32-S2 ROM USB - Custom PID / manufacturer string
I can answer for sure. The ROM driver descriptors indeed are not modifiable. Please use TinyUSB if you want to have a custom descriptor.
Re: ESP32-S2 ROM USB - Custom PID / manufacturer string
Ok, thank you for the info