summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2011-12-29 01:17:51 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2011-12-29 01:17:51 +0000
commit80064d7c97a0999f53c63a1a22c9d1435dc37970 (patch)
tree8575f33060643f90651053a39e5269fa6fcf2227
parent1d068e3d79b443c063c5d0af6d984f8bc90bc49b (diff)
downloadpyserial-80064d7c97a0999f53c63a1a22c9d1435dc37970.tar.gz
doc update
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@446 f19166aa-fa4f-0410-85c2-fa1106f25c8a
-rw-r--r--documentation/pyserial_api.rst14
1 files changed, 13 insertions, 1 deletions
diff --git a/documentation/pyserial_api.rst b/documentation/pyserial_api.rst
index 809841e..c5a0f5b 100644
--- a/documentation/pyserial_api.rst
+++ b/documentation/pyserial_api.rst
@@ -359,7 +359,8 @@ Native ports
Platform specific methods.
- .. warning:: Programs using the following methods are not portable to other platforms!
+ .. warning:: Programs using the following methods and attributes are not
+ portable to other platforms!
.. method:: outWaiting()
@@ -410,6 +411,17 @@ Native ports
.. versionadded:: 2.7 (Posix support added)
+ .. attribute:: rtsToggle
+
+ :platform: Windows
+
+ Attribute to configure RTS toggle control setting. When enabled and
+ supported by OS, RTS will be active when data is available and inactive
+ if no data is available.
+
+ .. versionadded:: 2.6
+
+
.. note::
For systems that provide the :py:mod:`io` library (Python 2.6 and newer), the