summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2017-07-18 01:54:40 +0200
committerChris Liechti <cliechti@gmx.net>2017-07-18 01:54:40 +0200
commitd2bf42e901228cfbe2350abb067b2c989a145395 (patch)
tree4dc971d85ce808a4ece129010868ff6d397cddc7 /documentation
parent45c6f22cc0bc521e335216a1208973402b8dabd2 (diff)
downloadpyserial-git-d2bf42e901228cfbe2350abb067b2c989a145395.tar.gz
docs: miniterm suspend function extensions
Diffstat (limited to 'documentation')
-rw-r--r--documentation/tools.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/tools.rst b/documentation/tools.rst
index 9471430..8ed7fce 100644
--- a/documentation/tools.rst
+++ b/documentation/tools.rst
@@ -274,9 +274,10 @@ Typing :kbd:`Ctrl+T Ctrl+H` when it is running shows the help text::
--- x X disable/enable software flow control
--- r R disable/enable hardware flow control
-:kbd:`Ctrl+T s` suspends the connection (port is opened) and reconnected when a
+:kbd:`Ctrl+T s` suspends the connection (port is opened) and reconnects when a
key is pressed. This can be used to temporarily access the serial port with an
-other application, without exiting miniterm.
+other application, without exiting miniterm. If reconnecting fails it is
+also possible to exit (:kbd:`Ctrl+]`) or change the port (:kbd:`p`).
.. versionchanged:: 2.5
Added :kbd:`Ctrl+T` menu and added support for opening URLs.