A serial console provides direct, out-of-band access to a device for initial configuration, troubleshooting, and recovery when network access is unavailable. Connecting with PuTTY on Windows 11 makes it possible to interact with the device’s console port using a familiar GUI.
Serial consoles use a local serial interface exposed by Windows as a COM port (built-in UART, USB-to-serial adapter, or a vendor console cable). PuTTY opens that port and exchanges raw text with the device using the selected communication parameters such as Speed (baud), Data bits, Parity, Stop bits, and Flow control.
Console settings must match the device, or output appears garbled or stays blank. Serial access is also not encrypted, so physical access to the cable and port equals privileged access; keep consoles secured and disconnect when finished.
Common console speeds are 9600 and 115200.
A mismatched Flow control setting can block typing or prevent any output.
Saving the profile keeps serial settings ready for the next connection.
Serial sessions are unencrypted; treat console access like a root password on a cable.
Garbled characters usually mean the wrong Speed (baud), while a blank screen often indicates the wrong COM port or Flow control setting.
Use Special Command → Break only when interrupting the bootloader is required.