From 41be03932647b5d59adccb360e822e7db1ee9984 Mon Sep 17 00:00:00 2001 From: cliechti Date: Sat, 2 Jan 2010 03:02:38 +0000 Subject: - date - add note about 1.5 stop bits on posix --- pyserial/documentation/appendix.rst | 2 +- pyserial/documentation/pyserial_api.rst | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 ; +Copyright (C) 2001-2010 Chris Liechti ; 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 -- cgit v1.2.1