USB product string no visible on host
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-17 5:21 AM
Hi,
I have developed custom board with STM32C071CBT6. I configured USB port with USBX in CDC mode. I configured USB device descriptor values as below:
When I connect host Windows 11 PC to my custom board, device manager on PC shows - USB Serial Device(Comxx). It does not show product string as 'STM32 Virtual ComPort'.
Please help debugging this issue.
Thanks,
Pradeep
Solved! Go to Solution.
- Labels:
-
STM32C0 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-17 5:39 AM - edited ‎2025-04-17 5:43 AM
This is how Win11 behaves. For standard in-box classes the names visible in Device Manager come from the Windows drivers which prefer not to expose the firmware strings for some reason. Sometimes you can see the firmware strings in Dev. manager details, "Bus reported device description".
With the old custom driver for "virtual COM port" (no longer recommended) the driver INF file provides the description.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-17 5:39 AM - edited ‎2025-04-17 5:43 AM
This is how Win11 behaves. For standard in-box classes the names visible in Device Manager come from the Windows drivers which prefer not to expose the firmware strings for some reason. Sometimes you can see the firmware strings in Dev. manager details, "Bus reported device description".
With the old custom driver for "virtual COM port" (no longer recommended) the driver INF file provides the description.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-17 11:12 AM
