Hello, can I make comport available when I am connecting device on host mode so i can use serial communication? with most of the example comport is available only on debug mode
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello, can I make comport available when I am connecting device on host mode so i can use serial communication? with most of the example comport is available only on debug mode
On the EK-TM4C123GXL there are two USB ports, one for debug and another for USB device. USB port for debug is always available for COM port. If you want to use USB device port for COM port then you will need to have the USB enumerate as a CDC serial device. You can take a look at example at C:\ti\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c123gxl\usb_dev_serial to see how the USB is enumerated as a serial device that the PC can communicate with through the COM port.