Main Content
Connecting and Using USB to Serial converter with Jetson
Connecting the USB to serial converter to a NVIDIA® Jetson™ board.
Connect the serial converter to the Jetson board via USB.
To find the corresponding serial port name of the USB to serial converter, run the following command in the terminal of an NVIDIA Jetson board.
ls /dev/tty*
The port name of the USB to serial converter is displayed as
/dev/ttyUSB0
. If there are multiple USB to serial converters, then there will be multiple entries of port names (ttyUSB1, ttyUSB2...
).