Solved
USB CDC Example - using the ode to receive and transmit data from USB interface
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
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
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.