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.

CCS/DRA72XEVM: Unable to open Terminal for USB 2 Serial Connection

Part Number: DRA72XEVM


Tool/software: Code Composer Studio

Hardware & Platform : TDA2xx EVM kit, Spectrum XDS560v2 STM Traveler (JTAG debugger), Ubuntu 16.04.10, CCS 7.0.0 and DRA72X configuration

USB serial connection done and the connected device detail as below (for Udevadm info command in shell ) :--

looking at device '/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/ttyUSB0/tty/ttyUSB0':
KERNEL=="ttyUSB0"
SUBSYSTEM=="tty"
DRIVER==""

looking at parent device '/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/ttyUSB0':
KERNELS=="ttyUSB0"
SUBSYSTEMS=="usb-serial"
DRIVERS=="ftdi_sio"
ATTRS{latency_timer}=="16"
ATTRS{port_number}=="0"

---------

Though the CCS console works normal (i.e., debugger launch and app running is fine), I'm unable to open a Serial Terminal within CCS.. for ttyUSB0 device and Port number 0 as input, there is error displayed as there is no such port available.

It's bit urgent - can you kindly point out the exact input to be given in Serial terminal options window?

Thanks in anticipation,

Sathiyan