diff options
author | Jos Verlinde <jos_verlinde@hotmail.com> | 2023-08-11 13:26:17 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-09-29 14:40:17 +1000 |
commit | 58c2c503a93bde9b9a48c76151c6a52ff56ab4f9 (patch) | |
tree | e7bae8d5c801a9836b4d4d06a35f846a6abdc445 /docs/reference | |
parent | 88ecc78eb30aaea395c3e97ea097d6194a1f0baf (diff) |
tools/mpremote: Add support for rfc2217, serial over TCP.
Signed-off-by: Jos Verlinde <jos_verlinde@hotmail.com>
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/mpremote.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/reference/mpremote.rst b/docs/reference/mpremote.rst index b82672536..08ef5d31f 100644 --- a/docs/reference/mpremote.rst +++ b/docs/reference/mpremote.rst @@ -100,6 +100,8 @@ The full list of supported commands are: command output) - ``port:<path>``: connect to the device with the given path (the first column from the ``connect list`` command output + - ``rfc2217://<host>:<port>``: connect to the device using serial over TCP + (e.g. a networked serial port based on RFC2217) - any valid device name/path, to connect to that device **Note:** Instead of using the ``connect`` command, there are several @@ -109,7 +111,7 @@ The full list of supported commands are: **Note:** The ``auto`` option will only detect USB serial ports, i.e. a serial port that has an associated USB VID/PID (i.e. CDC/ACM or FTDI-style - devices). Other types of serial ports + devices). Other types of serial ports will not be auto-detected. .. _mpremote_command_disconnect: |