Skip to content

Commit

Permalink
Update Commands.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blakadder authored Sep 3, 2023
1 parent 7b8fb00 commit 72bdd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ SBaudrate<a class="cmnd" id="sbaudrate"></a>|`1` = set software serial bridge to
SerialBuffer<a class="cmnd" id="serialbuffer"></a>|`256..520` = set the serial buffer size. This option will **not be persisted**, use [a rule with a trigger](Rules#examples-of-available-triggers) like `Power1#Boot` when you want this to survive a reboot. Sometimes, _serial buffer overruns_ can be mitigated by setting this to a large value such as `520`.
SSerialBuffer<a class="cmnd" id="sserialbuffer"></a>|`256..SERIAL_BRIDGE_BUFFER_SIZE` = set the serial bridge buffer size. This option will **not be persisted**, use [a rule with a trigger](Rules#examples-of-available-triggers) like `Power1#Boot` when you want this to survive a reboot
SerialConfig<a class="cmnd" id="serialconfig"></a>|`value` = set serial protocol using [data/parity/stop](https://en.wikipedia.org/wiki/Serial_port#Settings) conventional notation (example: `8N1` or `702`)<BR>`0..23` = set serial protocol (`3` equals `8N1`)
SerialDelimiter<a class="cmnd" id="serialdelimiter"></a>|`<value>` = set serial delimiter to [escape character code](https://en.wikipedia.org/wiki/Escape_character#ASCII_escape_character) or ASCII character<BR>`1..127` = set serial delimiter to [decimal ASCII](http://www.asciichart.com/)<BR>`128` = only allow ASCII characters 32 to 127 in response text<BR>`254` = disable serial delimiter & post HEX string<BR>`129..253` or `255` = disable serial delimiter (default = 255)
SerialDelimiter<a class="cmnd" id="serialdelimiter"></a>|`<value>` = set serial delimiter to [escape character code](https://en.wikipedia.org/wiki/Escape_character#ASCII_escape_character) or ASCII character<BR>`1..127` = set serial delimiter to [decimal ASCII](https://www.rapidtables.com/code/text/ascii-table.html)<BR>`128` = only allow ASCII characters 32 to 127 in response text<BR>`254` = disable serial delimiter & post HEX string<BR>`129..253` or `255` = disable serial delimiter (default = 255)
SerialSend<x\><a class="cmnd" id="serialsend"></a>|`<string>`<BR>Disable serial logging and send using hardware serial<BR>x = `1..5`<BR>`1` = send appending `\n` (newline) ()<BR>`2` = send<BR>`3` = replace escape characters and send <BR>`4` = send as binary. Data in serial response messages is encoded as binary strings <BR>`5` = send as hex. Data in serial response messages is encoded as hex strings<BR>`6` = send as comma-delimited string of decimal numbers
SSerialConfig<a class="cmnd" id="sserialconfig"></a>|`value` = set serial protocol using [data/parity/stop](https://en.wikipedia.org/wiki/Serial_port#Settings) conventional notation (example: `8N1` or `702`)<BR>`0..23` = set serial protocol (`3` equals `8N1`)
SSerialSend<x\><a class="cmnd" id="sserialsend"></a>|`<string>`<BR>Send using software serial protocol<BR>x = `1..5`<BR>`1` = send appending `\n` (newline) ()<BR>`2` = send<BR>`3` = replace escape characters and send <BR>`4` = send as binary data. Data in serial response messages is encoded as binary strings<BR>`5` = send as hex. Data in serial response messages is encoded as hex strings<BR>`6` = send as comma-delimited string of decimal numbers<BR>`9` = enable Serial Bridge console Tee for debugging purposes (payload `1` to enable)
Expand Down

0 comments on commit 72bdd2a

Please sign in to comment.