summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2011-12-29 00:17:53 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2011-12-29 00:17:53 +0000
commit1d068e3d79b443c063c5d0af6d984f8bc90bc49b (patch)
tree9515e3e5641f033411d7c7729b4ebd0f5c9027ad /CHANGES.txt
parent8252ce2a8a2de245eab529d6cc7f9904bb10b2a6 (diff)
downloadpyserial-1d068e3d79b443c063c5d0af6d984f8bc90bc49b.tar.gz
allow setRTS, setDTR before opening on Win32 (to set initial state), doc update
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@445 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index cbce157..92995cb 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -436,11 +436,15 @@ Bugfixes (win32):
Version 2.7 2012-nn-nn
---------------------------
+- Win32: setRTS and setDTR can be called before the port is opened and it will
+ set the initial state on port open.
+- Posix: add platform specific method: outWaiting (already pesent for Win32)
+- Posix: rename flowControl to setXON to match name on Win32, add
+ flowControlOut function
Bugfixes (posix):
- [Patch 3462364] Fix: NameError: global name 'base' is not defined
-- add platform specific method: outWaiting
Bugfixes (win32):