summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2011-03-18 00:49:16 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2011-03-18 00:49:16 +0000
commita66fb14ae48a70d97926d197f3af157e2f2b1ab1 (patch)
treeedfef65be9c6de219990224b369d2d601267a616 /examples
parente468387ae4cbfdc4e79b26b673dca0ac9cc5038c (diff)
downloadpyserial-a66fb14ae48a70d97926d197f3af157e2f2b1ab1.tar.gz
- add a "search path" for (URL) protocol handlers so that user can add its own
- add unit test for custom handler - doc update - increment version to 2.6-pre1 git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@388 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'examples')
-rw-r--r--examples/rfc2217_server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rfc2217_server.py b/examples/rfc2217_server.py
index 81fb520..069900a 100644
--- a/examples/rfc2217_server.py
+++ b/examples/rfc2217_server.py
@@ -163,7 +163,7 @@ it waits for the next connect.
logging.info("Serving serial port: %s" % (ser.portstr,))
settings = ser.getSettingsDict()
- # reset contol line as no _remote_ "terminal" has been connected yet
+ # reset control line as no _remote_ "terminal" has been connected yet
ser.setDTR(False)
ser.setRTS(False)