mirror of https://github.com/arendst/Tasmota.git
Serial terminal <CR><LF>
parent
79701d5603
commit
142ab6613f
|
@ -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
|
- [**TasmoCompiler**](https://github.com/benzino77/tasmocompiler) - simple web GUI to compile Tasmota with your own settings
|
||||||
|
|
||||||
### Serial terminal
|
### 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
|
* **[Termite](https://www.compuphase.com/software_termite.htm)** - simple terminal for windows
|
||||||
* **[Termie](http://termie.sourceforge.net/)** - open source clone of Termite
|
* **[Termie](http://termie.sourceforge.net/)** - open source clone of Termite
|
||||||
* **[Putty](https://www.putty.org/)** - popular client available on every platform
|
* **[Putty](https://www.putty.org/)** - popular client available on every platform
|
||||||
|
|
Loading…
Reference in New Issue