Hello!
I have to send data from the STM32f103C8 to PC.
How can I do it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-10-21 12:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-10-21 12:14 PM
The easiest is to use UART, and then some UART-to-USB converter.
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-10-21 12:25 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-10-21 8:15 PM
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.
