From 4e66b817f6cbe86556ed9d2be88223e57a7477de Mon Sep 17 00:00:00 2001
From: Michael Ingraham <34340210+meingraham@users.noreply.github.com>
Date: Sat, 16 Nov 2019 08:58:27 -0500
Subject: [PATCH] Updated Commands (markdown)
---
Commands.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Commands.md b/Commands.md
index 6dc1b66f..72f362f4 100644
--- a/Commands.md
+++ b/Commands.md
@@ -433,7 +433,7 @@ SetOption81|Set PCF8574 component behavior for all ports
Both hardware and software Serial Bridge are supported.
Hardware Serial Bridge uses `GPIO1 (Tx)` and `GPIO3 (Rx)` or `GPIO13 (Tx)` and `GPIO15 (Rx)` pins of your device.
-Software Serial Bridge can use any other GPIO to be configured as components `Serial Tx` and `Serial Rx` (or `SerBr Tx` and `SerBr Rx`). If `Tx` and `Rx` components are not assigned in the Template or Module `GPIO1` and `GPIO3` will be used. You must disable serial logging ([`SerialLog`](#seriallog) 0) when using Software Serial Bridge.
+Software Serial Bridge can use any other GPIO to be configured as components `Serial Tx` and `Serial Rx` (or `SerBr Tx` and `SerBr Rx`). If `Tx` and `Rx` components are not assigned in the Template or Module, `GPIO1` and `GPIO3` will be used. You must disable serial logging ([`SerialLog`](#seriallog) 0) when using Serial Bridge.
Information received by Tasmota over the serial bridge is captured automatically. Before data will be received, a properly formatted [`SerialSend` or `SSerialSend`](#SerialSend) command must be executed. This must be done any time the device restarts (e.g., via a `System#Boot` triggered rule). This command is required in order to set how the expected serial data will be formatted and interpreted (i.e., which \ option). A `{"SSerialReceived":{"Data":""}}` message will be posted. You can use [a rule](Rule-Cookbook#switch-relays-via-serial-interface) to process the string which will be contained in `SSerialReceived#Data`.