Skip to content

Releases: timothyscherer/rot2prog

v0.0.9

28 Feb 18:54
Compare
Choose a tag to compare

Fixed an issue with the H and V bytes in SET command packets. They now reflect the protocol, as encoded ASCII characters 0x3? instead of 0x0?. This has now been tested with proven software to verify correct operation.

v0.0.8

25 Feb 16:19
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

Changed the way the initial connection works, adding an exception if a status is not received from the controller. This means that the user can try to reconnect with a different port or timeout if the first connection does not succeed.

v0.0.7

16 Feb 16:30
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

Implemented exceptions for special events.

v0.0.6

16 Feb 05:04
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

Attempted fix for blocking on serial receive and renaming from bounds to limits.

v0.0.5

16 Feb 01:53
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

Further improved logging accuracy, fixed boundary handling, and added utility functions.

v0.0.4

15 Feb 00:36
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Hotfixed logging error.

v0.0.3

14 Feb 19:14
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Improved the logging legibility and fixed issue causing infinite wait to connect to a serial port.

v0.0.2

14 Feb 14:42
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Minor fixes including improved documentation and logging.

v0.0.1

30 Jan 23:38
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

First release.