Releases: CIRCUITSTATE/CSE_ModbusRTU
Releases · CIRCUITSTATE/CSE_ModbusRTU
CSE_ModbusRTU v0.0.9
- Merged PR #13 from @AlexSeferidis.
- This fixes the non-initialization of
iindex variable in multiple loops inpoll()function. - This was presumably causing the issue reported in Issue #12
- This fixes the non-initialization of
- Updated file meta formats.
- New Version 🆕
0.0.9.
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
ArduinoSTLhas 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_ModbusRTUlibrary 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_ModbusRTUclass. - Receiving is disabled with
disableReceive()inCSE_ModbusRTU_Client:: receive()after a response is received or timeout occurs. - Requires
CSE_ArduinoRS485library 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.