updating the readme

This commit is contained in:
kiran francis 2023-08-06 17:50:37 +02:00
parent 90c7b2c4e6
commit 32d590370f

View File

@ -86,6 +86,8 @@ If you have multiple COM ports, multiple CircuitPython devices connected, or nee
`-nos --nostatus` block status/title updates generated by virtual terminal sequences (such as the CircuitPython status bar introduced in CP version 8.0.0)
`-i, --input` ut configuration file, with newline separated configuration options. eg: `c:COM1`. Note that the prefix `-` and `--` shall be omitted.
If you wanted to connect to a device on COM17 at 115200 baud, you would use the command `ss -c:17 -b:115200`, or if you really enjoy typing `ss --com:17 --baud:115200`.