mirror of https://github.com/arendst/Tasmota.git
Updated Commands (markdown)
parent
6b708f7074
commit
8c66b88c59
|
@ -47,7 +47,9 @@ http://sonoff/cm?&user=put_username_here&password=put_password_here&cmnd=Power%2
|
|||
### Sending commands over serial bridge
|
||||
If you flashed the device via serial method you can connect to it with a terminal application (e.g. [Termite](https://www.compuphase.com/software_termite.htm), Arduino IDE Serial Monitor) to issue commands and follow responses. This is a practical way to do a `Backlog` setup of your new device.
|
||||
|
||||
*The serial interface is set to 115200 bps except for Sonoff Dual and the [Sonoff RF Bridge](Sonoff-RF-Bridge-433) where it is set to 19200 bps.*
|
||||
*The serial interface is set to 115200 bps except for the following:*
|
||||
- *Sonoff Dual and the [Sonoff RF Bridge](Sonoff-RF-Bridge-433) where it is set to 19200 bps.*
|
||||
- *Sonoff S31 where it is set to 4800 bps and the [SerialLog](#seriallog) is disabled.*
|
||||
|
||||
## Using Backlog
|
||||
`Backlog` command allows executing up to 30 consecutive commands with a single command line. Each command is separated by a semicolon (";"). `Backlog` is a useful feature to avoid numerous restarts when setting up a new device. You can use it to:
|
||||
|
|
Loading…
Reference in New Issue