Connecting to a device's console port allows to configure it from the CLI when starting up for the first time, or if remote access is not available (ssh, http etc…).
Nowadays, most serial cables use the USB interface to be connected from a computer. On devices (switchs, routers etc…), the connection is made via a classic console port, USB or mini USB.
First connect the USB cable to your Linux computer.
Screen is a terminal multiplexer. It will enable us to connect to the switch's console port from our USB-to-serial converter.
root@host:~# apt update && apt install screen
root@host:~# dmesg | grep -i "serial.*tty"
[33994.065881] usb 2-1: FTDI USB Serial Device converter now attached to ttyUSB0
user@client:~$ screen /dev/ttyUSB0 115200
user@client:~$ screen /dev/ttyUSB0 115200,cs8
First connect the USB cable to your Windows computer.
As a good alternative to Putty, we can choose to use Tera Term: https://en.wikipedia.org/wiki/Tera_Term.
Contact :