USB CDC Example - using the ode to receive and transmit data from USB interface
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-25 4:35 PM
Hi all
I would like to know if I can use the CDC example to transmit and receive data from the windows host without redirecting it to UART
Solved! Go to Solution.
- Labels:
-
STM32H7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-25 6:11 PM
Yes, that is what USB CDC does. The interface is presented as a serial port, but all communication occurs over USB packets, not UART signals. You can select baud rate and other parameters but they aren't actually used.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-25 6:11 PM
Yes, that is what USB CDC does. The interface is presented as a serial port, but all communication occurs over USB packets, not UART signals. You can select baud rate and other parameters but they aren't actually used.
