How to Change USB Device Descriptor in Device Manager for STM32 USB CDC FS
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-07-19 6:11 AM
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
Labels:
- Labels:
-
ST boards
-
STM32F4 Series
-
STM32H7 Series
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-07-19 6:18 AM
Please see this thread, which also refers to a previous one, which explaines the procedure.
Hope that helps?
Regards
/Peter
In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
