Skip to main content
FMaup.1
Associate
June 9, 2023
Solved

debug when using visual com port

  • June 9, 2023
  • 2 replies
  • 1064 views

Hi,

My application will use intensively use Virtual Com Port to exchange datas from my board to the PC. I would like to make sure that debugging through STLink is still possible as i will be exchanging datas. Does St Link use the same USB port for debug and application ?

Thanks

This topic has been closed for replies.
Best answer by TDK

You can use the VCP and debug at the same time. They're on the same physical USB port, but it's a composite device. The ST-Link and serial port act as separate devices.

2 replies

TDK
TDKBest answer
June 9, 2023

You can use the VCP and debug at the same time. They're on the same physical USB port, but it's a composite device. The ST-Link and serial port act as separate devices.

"If you feel a post has answered your question, please click ""Accept as Solution""."
FMaup.1
FMaup.1Author
Associate
June 12, 2023

Ok thanks a lot