summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2015-08-06 19:29:31 +0200
committerChris Liechti <cliechti@gmx.net>2015-08-06 19:29:31 +0200
commitce62188324b2e06c9b3c629208b53a78ac7ee5e7 (patch)
tree5a8d879f92a96fb2857af05df705e062624dc866 /CHANGES.rst
parentd6847afadbb74f85445c0c4882d12d0b84996083 (diff)
downloadpyserial-git-ce62188324b2e06c9b3c629208b53a78ac7ee5e7.tar.gz
doc: update RS485 related docs
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 7f8f0c5..e9d4b42 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -513,6 +513,8 @@ Version 3.x 2015-xx-xx
- remove file ``FileLike`` class, add ``read_until`` and ``iread_until`` to
``SerialBase``
- remove set* functions, please use the properties instead
+- RS485 support changed (rts_toggle removed, added serial.rs485 module and
+ rs485_mode property)
- remove obsolete examples
- finish update to BSD license
- update links to point to github
@@ -529,6 +531,7 @@ Bugfixes (posix):
- fix setXON
- [Patch pyserial:36 / 38] Make USB information work in python 3.4 and 2.7
- clear OCRNL/ONLCR flags (CR/LF translation settings)
+- [Feature pyserial:38] RS485 Support
Bugfixes (win32):