summaryrefslogtreecommitdiff
path: root/pyserial/documentation/examples.rst
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2009-08-03 00:34:03 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2009-08-03 00:34:03 +0000
commit8611bf4863dd9fd60c5285ce7c3b71fe93ce6d0d (patch)
treec83c01f332e3a72619e1595f58a0fb8f77ed5492 /pyserial/documentation/examples.rst
parent27aeb5d284d48a1a8df0e7b68d233462473e22e6 (diff)
downloadpyserial-git-8611bf4863dd9fd60c5285ce7c3b71fe93ce6d0d.tar.gz
doc updates and typos fixed
Diffstat (limited to 'pyserial/documentation/examples.rst')
-rw-r--r--pyserial/documentation/examples.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyserial/documentation/examples.rst b/pyserial/documentation/examples.rst
index 283f2d6..a925ea8 100644
--- a/pyserial/documentation/examples.rst
+++ b/pyserial/documentation/examples.rst
@@ -78,6 +78,9 @@ running shows the help text::
--- x X disable/enable software flow control
--- r R disable/enable hardware flow control
+.. versionchanged:: 2.5
+ Added :kbd:`Control+t` menu and added support for opening :rfc:`2217` ports
+ (use ``rfc2217:://<host>:<port>`` as *port* argument when invoking).
miniterm.py_
The miniterm program.
@@ -263,6 +266,9 @@ Unit tests
The project uses a number of unit test to verify the functionality. They all
need a loop back connector. The scripts itself contain more information.
+The unit tests are performed on port ``0`` unless a different device name or
+rfc2217 URL is given on the command line (argv[1]).
+
test.py_
Basic tests.