PuTTY on Windows 11

PuTTY is a communications tool for running interactive command-line sessions on other computers, usually via the SSH protocol. It can also communicate over a serial port, or speak various legacy Internet protocols such as Telnet.

Putty can be installed using Microsoft Store:



PuTTY send CR with LF

In my testing PuTTY Release 0.78 on Windows 11, when ENTER pressed, CR send but no LF. Such that cursor go back to beginning of the same line.


To fix it:
Click on the PuTTY icon on top-left corner
> Change Settings...

Select Terminal
enable both:
- Implicit CR in every LF
- Implicit LF in every CR
then Apply


Comments

Popular posts from this blog

MicroPython/ESP32-C3 + 1.8" 128x160 TFT ST7735 SPI, using boochow/MicroPython-ST7735 library.

CameraWebServe: ESP32-S3 (arduino-esp32) + OV5640 camera module