Skip to main content
Luiz Silva
Associate
October 21, 2019
Question

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

  • October 21, 2019
  • 3 replies
  • 1998 views

..

This topic has been closed for replies.

3 replies

waclawek.jan
Super User
October 21, 2019

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

JW

Luiz Silva
Associate
October 21, 2019

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
October 22, 2019

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""."