Skip to main content
Graduate
April 17, 2025
Solved

USB product string no visible on host

  • April 17, 2025
  • 2 replies
  • 534 views

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:

PPate1_0-1744892248308.png

 

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

    This topic has been closed for replies.
    Best answer by Pavel A.

    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.

     

    2 replies

    Pavel A.Answer
    Super User
    April 17, 2025

    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.

     

    Technical Moderator
    April 17, 2025

    Hi @PPate.1 

    You may also consider using alternative device viewers such as USB Device Viewer, the Windows SDK, or other utilities.