cancel
Showing results for 
Search instead for 
Did you mean: 

Hello! I have to send data from the STM32f103C8 to PC. How can I do it?

Luiz Silva
Associate
 
3 REPLIES 3

The easiest is to use UART, and then some UART-to-USB converter.

JW

Luiz Silva
Associate

Thanks for the help, waclawak.jan!

I've got an USB TTL converter, but I have one doubt:

I will program by STMCube using a ST-Link, and after change ST-link to USB-TTL conveter do get data?

TDK
Guru

ST-Link and the UART to USB would generally be hooked up to different pins. They could both be connected at the same time.

Newer boards with built in ST-Link include a VCP which does the UART to USB conversion as well.

If you feel a post has answered your question, please click "Accept as Solution".