summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2010-01-02 03:02:38 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2010-01-02 03:02:38 +0000
commit3e1529735675c583301caf8ca82b2245e1045db9 (patch)
tree21615764416b6a4fc1b6db12f3ca462c0db86699
parenta3488d2ef1c1c9e7945ef46f48ec914155349a97 (diff)
downloadpyserial-3e1529735675c583301caf8ca82b2245e1045db9.tar.gz
- date
- add note about 1.5 stop bits on posix git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@353 f19166aa-fa4f-0410-85c2-fa1106f25c8a
-rw-r--r--documentation/appendix.rst2
-rw-r--r--documentation/pyserial_api.rst3
2 files changed, 4 insertions, 1 deletions
diff --git a/documentation/appendix.rst b/documentation/appendix.rst
index 8492717..9c216f8 100644
--- a/documentation/appendix.rst
+++ b/documentation/appendix.rst
@@ -44,7 +44,7 @@ com0com - http://com0com.sourceforge.net/
License
=======
-Copyright (C) 2001-2009 Chris Liechti <cliechti(at)gmx.net>;
+Copyright (C) 2001-2010 Chris Liechti <cliechti(at)gmx.net>;
All Rights Reserved.
This is the Python license. In short, you can use this product in commercial
diff --git a/documentation/pyserial_api.rst b/documentation/pyserial_api.rst
index 71b608c..d8566e3 100644
--- a/documentation/pyserial_api.rst
+++ b/documentation/pyserial_api.rst
@@ -670,6 +670,9 @@ Constants
.. data:: STOPBITS_ONE_POINT_FIVE
.. data:: STOPBITS_TWO
+Note that 1.5 stop bits are not supported on Posix. It will fall back to 2 stop
+bits.
+
*Byte size*
.. data:: FIVEBITS