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
commit41be03932647b5d59adccb360e822e7db1ee9984 (patch)
tree9df320360d09ef663daac16c3938999e15ae390b
parent6963b26860937bcc43526709b91fcb47b27b163a (diff)
downloadpyserial-git-41be03932647b5d59adccb360e822e7db1ee9984.tar.gz
- date
- add note about 1.5 stop bits on posix
-rw-r--r--pyserial/documentation/appendix.rst2
-rw-r--r--pyserial/documentation/pyserial_api.rst3
2 files changed, 4 insertions, 1 deletions
diff --git a/pyserial/documentation/appendix.rst b/pyserial/documentation/appendix.rst
index 8492717..9c216f8 100644
--- a/pyserial/documentation/appendix.rst
+++ b/pyserial/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/pyserial/documentation/pyserial_api.rst b/pyserial/documentation/pyserial_api.rst
index 71b608c..d8566e3 100644
--- a/pyserial/documentation/pyserial_api.rst
+++ b/pyserial/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