All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- VERSION is now a python file so that it can be recognized by pyinstaller
- missing final byte from message 16
- missing final byte from messages 12, 13, 14, 17, 18
- in responses, device_status and response_code are now unpacked as two separate bytes
- data with bytecount of 2 has status only, and now returns immediately
- if the unpacker "ran ahead" of the serial buffer it would not succeed next time
- unpacker was broken in an async context
- initial release