Serial terminal <CR><LF>

Michael Ingraham 2019-08-11 18:28:24 -04:00
parent 79701d5603
commit 142ab6613f
1 changed files with 2 additions and 2 deletions

@ -86,9 +86,9 @@ _**Can only create a firmware binary.** Use one of the [tools](Prerequisites#fla
- [**TasmoCompiler**](https://github.com/benzino77/tasmocompiler) - simple web GUI to compile Tasmota with your own settings
### Serial terminal
Program that connects to your Tasmota device directly over the serial connection you used to flash it.
A program that connects to your Tasmota device directly over the serial connection you used to flash it.
This is an optional way to configure your device using [Commands](Commands) and [Backlog](Commands#using-backlog).
This is an optional way to configure your device using [Commands](Commands) and [Backlog](Commands#using-backlog). Be sure to configure your program for local echo so that the characters you type are displayed locally on your monitor as well as transmitted to the device. Also, every request needs to end with `<CR><LF>`. Your program may only send the carriage return (`Ctrl-M`) when hitting `Enter` and not automatically send the `<LF>`. You can send a linefeed using `Ctrl-J` on the keyboard.
* **[Termite](https://www.compuphase.com/software_termite.htm)** - simple terminal for windows
* **[Termie](http://termie.sourceforge.net/)** - open source clone of Termite
* **[Putty](https://www.putty.org/)** - popular client available on every platform