From 80064d7c97a0999f53c63a1a22c9d1435dc37970 Mon Sep 17 00:00:00 2001 From: cliechti Date: Thu, 29 Dec 2011 01:17:51 +0000 Subject: doc update git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@446 f19166aa-fa4f-0410-85c2-fa1106f25c8a --- documentation/pyserial_api.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1