debug when using visual com port
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-09 7:58 AM
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
Solved! Go to Solution.
- Labels:
-
DEBUG
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-09 9:14 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-09 9:14 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-11 10:18 PM
Ok thanks a lot
