cancel
Showing results for 
Search instead for 
Did you mean: 

I am using nucleo-G431RB the stm32 virtual com port does not appear in the device manager it shows only the stlink virtual com port so the terminal does not display anything .what should i do

FBoua.2
Associate II
 
3 REPLIES 3
Peter BENSCH
ST Employee

Essentially, it's the same question you've already asked here.

If you see ST-LINK in the Device Manager, at least the connection from the UART pins of the STM32G431RB via the ST-LINK to the host computer is OK.

The fact that you don't see anything on the terminal is simply because you are not sending anything from the target (the STM32G431RB). To get familiar with how to set this up, you should read e.g. this or that thread where it has already been discussed.

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.
FBoua.2
Associate II

,

Hi mr.Peter

i am not using UART ,i use USB_Device with CDC_Transmit_FS function thing.