With CCS 6.2.0.00048 under CentOS 7.1 64-bit are unable to get the Terminal to connect to a serial port on a EVMK2H. Eg. the Launch Terminal screen was set to the following:
However, after pressing OK get the error "No such port: '/dev/ttyUSB0'"
It doesn't appear to be a driver / permissions problem since when running as a user the screen program is able to connect to the /dev/ttyUSB0 and /dev/ttyUSB1 serial ports on the EVMK2H which the CCS 6.2.0 Terminal isn't able to connect to.
If CCS 6.2.0 is started from a command line, then the following log output appears when the Launch Terminal window is opened:
try /dev/serial/by-id found /dev/serial/by-id/usb-Spectrum_Digital_XDS2xx_USB_Emulator_-_Composit_S200-000E99039000-if02 resolved to /dev/ttyACM1 found /dev/serial/by-id/usb-Spectrum_Digital_XDS2xx_USB_Emulator_-_Composit_S200-000E99039000-if00 resolved to /dev/ttyACM0 found /dev/serial/by-id/usb-FTDI_Dual_RS232-HS-if01-port0 resolved to /dev/ttyUSB1 found /dev/serial/by-id/usb-FTDI_Dual_RS232-HS-if00-port0 resolved to /dev/ttyUSB0
This shows the CCS is correctly identifying /dev/ttyUSB0 and /dev/ttyUSB1 ports which are on the "ID 0403:6010 Future Technology Devices International, Ltd FT2232C Dual USB-UART/FIFO IC" chip which provides the serial to USB function on the EVMK2H. Therefore, not sure why the Terminal window then reports the "No such port: '/dev/ttyUSB0'" error.