Hi,
I am curious to know the difference between running a serial communication to the tm4c123gxl. I am currently doing a project on ROS that rosserial into the tm4c123gxl. However, i have discovered that there are two methods of doing it. One is via ICDI through the USB Debug and one is via USB CDC through the USB Device. My question is i will like to know are there any differences in running a serial communication protocol via these two methods in terms of performance and usage? My understanding of running via USB debug is that the ICDI on the tm4c123gxl board will convert into UART signal to communicate with the computer. But i am not very sure how does the USB CDC works in terms of that it's still communicating via UART but just on a different communication protocol?
Pardon me for any lack of understanding in this area.
Regards