From 4a1276b0efa6f378a6dcbe58a10a1d73a44c7ed3 Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Sun, 1 Dec 2024 13:55:59 -0600 Subject: [PATCH] Add date and more info for R3-4 --- RELEASE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 5d70b64..3381821 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,6 @@ # modbus: Modbus Support - Release Notes -## R3-4 (November XXX, 2024) +## R3-4 (December 1, 2024) - Added support for Modbus function 17, which is called Report Slave ID. The Modbus specification says this is only supported for serial RTU and serial ASCII communications. It reports the Run Indicator Status byte, @@ -19,7 +19,8 @@ Previously it was always reading or writing the user-specified maximum number, which could cause errors if the read or write included non-existent registers. Thanks to Andre (NomAnor) for this. - +- Added documentation for Modbus exceptions. + ## R3-3 (December 7, 2023) - Moved the documentation from https://epics-modbus.readthedocs.io/en/latest/ to Github pages, https://epics-modules.github.io/modbus.