From 2133295ac3fc99bdfd326bd2fc9b0e3a42db78ef Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Thu, 7 Dec 2023 16:06:23 -0600 Subject: [PATCH] Notes for R3-3 --- RELEASE.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 10d9b99..16dd3e0 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,14 @@ # modbus: Modbus Support - Release Notes +## 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. +- Renamed the application dbd file from modbus.dbd to modbusApp.dbd to reduce confusion. +- Fix Modbus exception reporting when the asynInterposeEos interface is being used. +- Initialize ioStatus_ to asynError so that readInt32, readFloat64, etc. will + return an error if the first poll of the device is not complete. + This correctly sets STAT and SEVR in records with PINI=YES and long poll intervals on the driver. + ## R3-2 (November 21, 2020) - Changed the dataType argument to drvModusAsynConfigure(). Previously this was the `int` value corresponding to one of the `modbusDataType_t` enums