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
commitc648da9a36bd47756bb43ba61992c2c83cb508f4 (patch)
tree24fb5e380d3b1e40eabe3432389e0ad40883008b
parent22175a7cac6bd2595b99406a68d41f56c3ee109b (diff)
downloadpyserial-git-c648da9a36bd47756bb43ba61992c2c83cb508f4.tar.gz
doc update
-rw-r--r--pyserial/documentation/pyserial_api.rst14
1 files changed, 13 insertions, 1 deletions
diff --git a/pyserial/documentation/pyserial_api.rst b/pyserial/documentation/pyserial_api.rst
index 809841e..c5a0f5b 100644
--- a/pyserial/documentation/pyserial_api.rst
+++ b/pyserial/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