Page 1 of 1
ESP32 Serial Number
Posted: Fri Sep 18, 2020 10:50 am
by bawanwanwan
Hello,
I'm creating a streamdeck thanks to the 10 touch sensors output from the ESP32 I have the DEV-KIT V3 with USB port and I wanted to know if it's possible to change his serial name or something like that. I want to change it because in Windows his name is "ESP32 DEVKIT" and I want to rename it, according to the name of my project.
Thanks for your answer !
Re: ESP32 Serial Number
Posted: Fri Sep 18, 2020 7:23 pm
by PeterR
Did you grep for "ESP32 DEVKIT" in your example &/| IDF folders?
If you do not find then (at best) it will be tricky!
Re: ESP32 Serial Number
Posted: Fri Sep 18, 2020 9:30 pm
by bawanwanwan
I don't really understand your answer.. I don't know if my question is clear or not
Re: ESP32 Serial Number
Posted: Sat Sep 19, 2020 12:26 am
by WiFive
Search for CP21xx Device Customization Software
Re: ESP32 Serial Number
Posted: Sat Sep 19, 2020 8:01 pm
by PeterR
Ok, think I got it.
Correct me when if I get this wrong...
So the DEV-KIT V3 has a FTDI USB to RS232 device & the poster would like to change the default PC USB/RS232 device name e.g. to 'touch deck'
Are you saying that we can usb class/id map on the PC side?
If so not sure then how the poster's PC(& end users) changes/resolves FTDI class to become 'touch deck' yet another FTDI device might also be 'IoT portal' etc. How do we embed poster's specifics recognisable from a PC in his device? Perhaps that is included in your link & if so forgive my lazy arse!
Happy to learn!
Re: ESP32 Serial Number
Posted: Sat Sep 19, 2020 8:15 pm
by bawanwanwan
Yes you got it. I did found a software in order to create a driver for the CP2102 USB to UART.
The problem is when I want to install the driver, it cancel the installation and shutdown the driver installer.
Thanks to this software, I'm able to change the PID/VID and the product name so that is exactly what I want to do but it doesn't work..
Hope someone will find an alternative or a solution to this problem.
Cheers from France