I am using Ubuntu latest version and I want to find the comport number of UART
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.
I am using Ubuntu latest version and I want to find the comport number of UART
Hi,
If you connect the USB cable to the PC with Ubuntu and run the dmesg command, it will show the com ports connected. It will be listed as ttyACM0, ttyACM1. You can use any serial terminal utility like minicom, putty etc to open these ports.
with regards
Sunil
Is this the command?
Open terminal and type: ls /dev/tty*
.
Note the port number listed for /dev/ttyUSB*
or /dev/ttyACM*
. The port number is represented with*
here.
And how do I know whether ttyACM0, ttyACM1 is UART PORT
Hi,
Pls use dmesg command after connecting the usb cable to linux.. it will list these 2 ports that are connected to TI board.
with regards
Sunil