Releases: CIRCUITSTATE/CSE_ModbusRTU
Releases · CIRCUITSTATE/CSE_ModbusRTU
CSE_ModbusRTU v0.0.8
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 theCSE_ModbusRTU
library will need to fix this issue manually. - Updated Changes.md style.
CSE_ModbusRTU v0.0.7
- Fixed
CSE_ModbusRTU::receive()
not asserting RE pin issue. - Added new
enableReceive()
anddisableReceive()
functions to theCSE_ModbusRTU
class. - Receiving is disabled with
disableReceive()
inCSE_ModbusRTU_Client:: receive()
after a response is received or timeout occurs. - Requires
CSE_ArduinoRS485
library version1.0.11
. - None of the changes are breaking.
- New version
0.0.7
.
CSE_ModbusRTU v0.0.6
Arduino library for implementing Modbus RTU communication protocols using hardware/software serial ports.