Skip to content

Releases: Jacajack/liblightmodbus

Beta 0.5.6

28 Mar 14:19

Choose a tag to compare

Beta 0.5.6 Pre-release
Pre-release

The MIT License Travis CI Coveralls

Minor changes added before further development

Changes:

  • New modules management system (+new compilation flags)
  • Optimized parsing

Beta 0.5.5

28 Mar 13:51

Choose a tag to compare

Beta 0.5.5 Pre-release
Pre-release

The MIT License Travis CI Coveralls

This is new functional release, before diving into coils, input registers, and all that stuff... 😝

Changes:

  • Added register write protection mask on slave side
  • Finally tested (as master) on real Modbus device (AMP-3)
  • Changed file structure, and roadmap
  • Changed modules management system
  • Some minor changes

Testing device:
amp3

Beta 0.5

26 Mar 18:20

Choose a tag to compare

Beta 0.5 Pre-release
Pre-release

The MIT License Travis CI Coveralls

This is first functional release! 😄

Beta 0.5 includes parsing and creating Modbus frames operating on holding registers, it also has full exception support on both sides. That means, that library can be used to comunicate with some kind of Modbus device!

Code contains a lots of comments, but more detailed information will be avialable on wiki.

Unfortunatly, this version isn't tested with real modbus device, but frames are correct, and are processed by both sides of library. This testing phase is coming soon 😄

Beta 0.1

09 Mar 18:21

Choose a tag to compare

Beta 0.1 Pre-release
Pre-release

The MIT License Travis CI Coveralls

This release has basic slave side support and it has no master support at all yet. 😢
And it needs whole lotta more testing. 😏

And by the way, don't use it, there are many things improved in v0.5-beta version, avialable here