Skip to main content
Visitor II
July 25, 2024
Solved

USB CDC Example - using the ode to receive and transmit data from USB interface

  • July 25, 2024
  • 1 reply
  • 806 views

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

    This topic has been closed for replies.
    Best answer by TDK

    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.

    1 reply

    TDKAnswer
    Super User
    July 26, 2024

    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.