make serial.EVEN the default parity for DSMR v2.2

This commit is contained in:
Nigel Dokter
2016-11-21 21:30:56 +01:00
parent 6f3c74ce7c
commit c058feca5f
3 changed files with 21 additions and 32 deletions

View File

@@ -1,13 +1,18 @@
Change Log
----------
**0.4** (2016-11-21)
- DSMR v2.2 serial settings now uses parity serial.EVEN by default (`issue #4 <https://github.com/ndokter/dsmr_parser/issues/4>`_)
- improved asyncio reader and improve it's error handling (`pull request #5 <https://github.com/ndokter/dsmr_parser/pull/5>`_)
**0.3** (2016-11-12)
- Added asyncio reader for non-blocking reads. (thanks to https://github.com/aequitas)
- asyncio reader for non-blocking reads. (`pull request #3 <https://github.com/ndokter/dsmr_parser/pull/3>`_)
**0.2** (2016-11-08)
- Added support for DMSR version 2.2 (thanks to https://github.com/aequitas)
- support for DMSR version 2.2 (`pull request #2 <https://github.com/ndokter/dsmr_parser/pull/2>`_)
**0.1** (2016-08-22)
- Initial version with a serial reader and support for DSMR version 4.x
- initial version with a serial reader and support for DSMR version 4.x