USB to Serial console device in linux

Start by seeing if the device is detected: $ lsusb Next find the full path of your usb to console cable. $ sudo dmesg | grep tty This will give you full device path. For example: /dev/ttySUSB Next install screen if you do not already have it on your system. $ sudo apt-get install screen […]

Read More