From 8c66b88c5909ba653f3aff42470fc454d6ee9c93 Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Thu, 14 Mar 2019 14:00:18 -0400 Subject: [PATCH] Updated Commands (markdown) --- Commands.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Commands.md b/Commands.md index 94c1cd25..28dfd7ed 100644 --- a/Commands.md +++ b/Commands.md @@ -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: