cancel
Showing results for 
Search instead for 
Did you mean: 

USB product string no visible on host

PPate.1
Associate III

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

2 REPLIES 2
Pavel A.
Evangelist III

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.

 

FBL
ST Employee

Hi @PPate.1 

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

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.