Question
How to Change USB Device Descriptor in Device Manager for STM32 USB CDC FS
Hi Team,
I'm using STM32 USB CDC FS on my custom board. In the Windows Device Manager, it shows as "STMicroelectronics Virtual COM Port (COM6)." I want to change it to display a custom name for my board. Here are my questions:
- How can I change the device descriptor to show a custom name in the Device Manager?
- Are there any licensing requirements for using a different Vendor ID (VID)?
- I tried changing the #define USBD_VID 1155 to a different value, but it then shows as "USB Serial Device (COM6)". Is there a specific VID I should use, or a proper way to register a custom VID?
- Is it possible to change name? and How



