Skip to content

Releases: yaq-project/hart-protocol

v2023.6.0

02 Jun 20:02
0955580
Compare
Choose a tag to compare

VERSION is now a python file so that it can be recognized by pyinstaller

v2023.5.0

18 May 21:03
df519a0
Compare
Choose a tag to compare

Fixed

  • missing final byte from message 16

v2023.4.0

14 Apr 16:44
a57821f
Compare
Choose a tag to compare

Fixed missing final byte from messages 12, 13, 14, 17, 18

v2023.3.0

10 Mar 18:31
ca8722f
Compare
Choose a tag to compare

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

30 Aug 16:48
2d8d80a
Compare
Choose a tag to compare

Fixed

  • if the unpacker "ran ahead" of the serial buffer it would not succeed next time

v2022.8.1

29 Aug 16:17
ed61a8c
Compare
Choose a tag to compare

Fixed

  • unpacker was broken in an async context

v2022.8.0

09 Aug 15:15
daba759
Compare
Choose a tag to compare

initial release 🎉