Releases: yaq-project/hart-protocol
Releases · yaq-project/hart-protocol
v2023.6.0
VERSION is now a python file so that it can be recognized by pyinstaller
v2023.5.0
Fixed
- missing final byte from message 16
v2023.4.0
Fixed missing final byte from messages 12, 13, 14, 17, 18
v2023.3.0
2023.3.0
Changed
- 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
v2022.8.2
Fixed
- if the unpacker "ran ahead" of the serial buffer it would not succeed next time
v2022.8.1
Fixed
- unpacker was broken in an async context