Page 1 of 1

How to change manufacturer and product on native USB for ESP32S3

Posted: Thu Jun 09, 2022 9:05 pm
by michalk
I have been searching, and can't find a solution.
For the native built in USB port, if I use CDCusb, I can change the product name and such, but I can't use it for serial comms.
If I use it as USBSerial, it works, but I can't change the product ID. Apparently USBSerial uses CDCUsb. How do I get down to the next layer?

Re: How to change manufacturer and product on native USB for ESP32S3

Posted: Fri Jun 10, 2022 1:14 am
by ESP_Sprite
You cannot. The USB-serial-JTAG device does not have configurable USB descriptors.