Hi @Avillalba ,
The host cdc demo should work with the device cdc demo together as shown below. The device cdc demo can echo back any received data.
1. The host CDC receives data from the UART, which is plugged in the PC. Type characters in the terminal tool, such
as Tera Term, and the characters are sent to the host example.
2. After the host example receives data from the UART, it sends the data to the device virtual COM.
3. After the data has been sent to the device virtual COM successfully, it receives the same data from the device virtual
COM.
4. If the host has received the data, it sends data to the UART using the UART driver API. The UART echoes back
data to the PC.
Have a great day,
Kan
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------