Skip to content

Commit

Permalink
Notes for R3-3
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRivers committed Dec 7, 2023
1 parent 5701ba9 commit 2133295
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2133295

Please sign in to comment.