- Fix database json loading using deprecated keyword encoding.
0.5.4
-----
- Add support for externally provides serial class, this enables solutions that do not use a pySerial compatible serial port. The given serial class must support in\_waiting, read, write, open, close. - Fix issue that write would modify parameter type of passed parameters.
0.5.3
-----
- Fix issues with write chaining. - Support receiving strings that exceed MAX\_PP\_PARM\_LEN.
0.5.2
-----
- Add IP Address parameters to database. - Added mechanism to reduce CPU load with the new serial port handling.
0.5.1
-----
- Fixed dump mode (broken due to new serial port handling). - Fixed bug in string handling. - Return parameters now contain the requested type when they are custom types (PP\_TYPE\_FLOAT, PP\_TYPE\_SINT16, PP\_TYPE\_BSINT16). - Changed database to return copy of dict, so modifcations to a parameter won't influence 'new' request of that parameter.
0.5.0
-----
- Added support for propar broadcast messages (using ``master.broadcast_callback``). - Improved database performance upto 400 times. - Data will now be read from serial port in chunks, when there is more data available. This speeds up the processing and keeps buffers clear. - Support for unchained multiple parameter propar read messages.