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.

Multiple USBCDC COM Ports

I’m working on a project using the TM4C129X dev kit as a starting point, IAR 7.20.2.7431 as the dev tool, and TI-RTOS 2.00.02.36. I've merged the "usbserialdevice" RTOS example into our project and it is working as expected.

My question: is there a way to have more than one virtual COM port on the same USB controller? We were successful when using the non-RTOS "usb_dev_cserial" example, but so far I'm not having any luck getting more than one COM port to enumerate using the TI_RTOS design. I'm asking because there is more things I would like to try, but don't want to waste time if this is not possible under the TI-RTOS drivers. Thanks!

Steve O