Discovering the Baud Rate reference 1
ubuntu:~$ wget https://raw.githubusercontent.com/devttys0/baudrate/master/baudrate.py
ubuntu:~$ sudo ./baudrate.py -p /dev/ttyUSB0
After you plug in the UART2USB
ubuntu:~$ dmesg | grep tty
[ ] usb 1-2: cp210x converter now attached to ttyUSB0
To connect
ubuntu:~$ sudo screen /dev/ttyUSB0 57600 # 57600 is the BR
To save the screen output use -L
flag reference 2
-L tells screen to turn on automatic output logging for the windows.
-Logfile file
By default logfile name is "screenlog.0". You can set new logfile name with the "-Logfile" option.