Skip to content

Releases: CIRCUITSTATE/CSE_ModbusRTU

CSE_ModbusRTU v0.0.8

27 Oct 05:10
Compare
Choose a tag to compare

Changes

  • Added AVR examples.
  • Fixed missing byte count in responses. Issue #4.
  • Added AVR standard vector library support. Issue #2
  • Added global switch macro for enabling/disabling debug messages.
  • Fixed array out of bounds error when sending back register data.
  • Added test sketches.
  • Implemented dynamic debug message printing functionality. The user can now enable/disable the debug messages on the fly.
  • Added include guard.
  • The Vector library ArduinoSTL has issues when used with AVR boards. A fix is available in a PR mike-matera/ArduinoSTL#94. But this has not been merged yet. Users who use the the CSE_ModbusRTU library will need to fix this issue manually.
  • Updated Changes.md style.

CSE_ModbusRTU v0.0.7

30 Oct 10:46
Compare
Choose a tag to compare
  • Fixed CSE_ModbusRTU::receive() not asserting RE pin issue.
  • Added new enableReceive() and disableReceive() functions to the CSE_ModbusRTU class.
  • Receiving is disabled with disableReceive() in CSE_ModbusRTU_Client:: receive() after a response is received or timeout occurs.
  • Requires CSE_ArduinoRS485 library version 1.0.11.
  • None of the changes are breaking.
  • New version 0.0.7.

CSE_ModbusRTU v0.0.6

21 Oct 10:00
Compare
Choose a tag to compare

Arduino library for implementing Modbus RTU communication protocols using hardware/software serial ports.