summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2011-03-21 21:41:10 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2011-03-21 21:41:10 +0000
commit225cdccf3ad48a8c5a8752673330107fdeebea8e (patch)
treead22d018f3f14be0054cf52bed758988b273c724 /documentation
parent84e4a94b65c5adaaedc92d3075affe024f826ea6 (diff)
downloadpyserial-225cdccf3ad48a8c5a8752673330107fdeebea8e.tar.gz
doc updates
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@395 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'documentation')
-rw-r--r--documentation/examples.rst16
-rw-r--r--documentation/pyserial_api.rst1
2 files changed, 9 insertions, 8 deletions
diff --git a/documentation/examples.rst b/documentation/examples.rst
index 9260d7b..6f0fcf0 100644
--- a/documentation/examples.rst
+++ b/documentation/examples.rst
@@ -9,13 +9,13 @@
Miniterm
========
This is a console application that provides a small terminal application.
-miniterm itself does not implement any terminal features such as VT102
+Miniterm itself does not implement any terminal features such as VT102
compatibility. However it inherits these features from the terminal it is run.
For example on GNU/Linux running from an xterm it will support the escape
sequences of the xterm. On Windows the typical console window is dumb and does
not support any escapes. When ANSI.sys is loaded it supports some escapes.
-miniterm::
+Miniterm::
--- Miniterm on /dev/ttyS0: 9600,8,N,1 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
@@ -23,7 +23,7 @@ miniterm::
Command line options can be given so that binary data including escapes for
terminals are escaped or output as hex.
-miniterm supports :rfc:`2217` remote serial ports and raw sockets using :ref:`URLs`
+Miniterm supports :rfc:`2217` remote serial ports and raw sockets using :ref:`URLs`
such as ``rfc2217:://<host>:<port>`` respectively ``socket://<host>:<port>`` as
*port* argument when invoking.
@@ -61,7 +61,7 @@ Command line options ``python -m serial.tools.miniterm -h``::
control miniterm (menu)
-miniterm supports some control functions. Typing :kbd:`Ctrl+T Ctrl+H` when it is
+Miniterm supports some control functions. Typing :kbd:`Ctrl+T Ctrl+H` when it is
running shows the help text::
--- pySerial - miniterm - help
@@ -69,10 +69,10 @@ running shows the help text::
--- Ctrl+] Exit program
--- Ctrl+T Menu escape key, followed by:
--- Menu keys:
- --- Ctrl+T Send the menu character itself to remote
- --- Ctrl+] Send the exit character to remote
- --- Ctrl+I Show info
- --- Ctrl+U Upload file (prompt will be shown)
+ --- Ctrl+T Send the menu character itself to remote
+ --- Ctrl+] Send the exit character to remote
+ --- Ctrl+I Show info
+ --- Ctrl+U Upload file (prompt will be shown)
--- Toggles:
--- Ctrl+R RTS Ctrl+E local echo
--- Ctrl+D DTR Ctrl+B BREAK
diff --git a/documentation/pyserial_api.rst b/documentation/pyserial_api.rst
index 38aeb2c..d57d192 100644
--- a/documentation/pyserial_api.rst
+++ b/documentation/pyserial_api.rst
@@ -698,6 +698,7 @@ Module version:
.. versionadded:: 2.3
+
Module functions and attributes
===============================