Using the On-board UART
The Titanium Ti375 C529 Development Board features a USB-to-UART converter connected to the device's GPIOR_145 and GPIOR_165 pins. To use the UART, simply connect a USB cable between the FTDI USB connector on the targeted development board and your computer.
Note: The board has an FTDI chip to bridge communication from the USB connector. FTDI
interface 2 on the communicates with the on-board UART. You do not need to install a
driver for this interface because when you connect the Titanium Ti375 C529 Development Board to your computer, Windows
automatically installs a driver for it.
Finding the COM Port (Windows)
- Type Device Manager in the Windows search box.
- Expand Ports (COM & LPT) to find out which COM port Windows assigned to the UART module. You should see 2 devices listed as USB Serial Port (COMn) where n is the assigned port number. Note the COM number for the first device; that is the UART.
Finding the COM Port (Linux)
In a terminal, type the command:
ls /dev/ttyUSB* The
terminal displays a list of attached
devices./dev/ttyUSB0 /dev/ttyUSB1 /dev/ttyUSB2 /dev/ttyUSB3 The UART is /dev/ttyUSB2.