summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2006-02-05 23:02:46 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2006-02-05 23:02:46 +0000
commit88499e645942421dbf3c0a3719de63eff09f3b33 (patch)
tree5bbb16f584767bf9f7f127332b153d8d06d2bd93 /CHANGES.txt
parent1ffce1770e8832d69d3631fa62f4510c189c24cc (diff)
downloadpyserial-88499e645942421dbf3c0a3719de63eff09f3b33.tar.gz
- duration can be specified for sendBreak
- default duration increased to 0.25s git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@147 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 6152501..5163aa9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -239,6 +239,7 @@ Version 2.3 xxx
---------------------------
New Features:
-- iterator interface. "for line in Serial(...): ..." is now possible
+- iterator interface. ``for line in Serial(...): ...`` is now possible
Sugested by Bernhard Bender
+- ``sendBreak()`` accepts a ``duration`` argument. Default duration increased.