Skip to content

Commit 2be9381

Browse files
committed
Added notes for R3-4
1 parent d37f6dd commit 2be9381

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

RELEASE.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# modbus: Modbus Support - Release Notes
22

3-
## R3-4 (April XXX, 2024)
3+
## R3-4 (November XXX, 2024)
44
- Added support for Modbus function 17, which is called Report Slave ID.
55
The Modbus specification says this is only supported for serial RTU and
66
serial ASCII communications. It reports the Run Indicator Status byte,
@@ -13,7 +13,13 @@
1313
a missing reply packet is not considered to be an error until the transaction
1414
has been attempted 5 times.
1515
Thanks to Eric Norum for this.
16-
16+
- Added support for asynFloat64Array, which allows reading and writing 64-bit
17+
floating point arrays. Thanks to Andre (NomAnor) for this.
18+
- Fixed absolute addressing so it only reads and writes the required number of registers.
19+
Previously it was always reading or writing the user-specified maximum number,
20+
which could cause errors if the read or write included non-existent registers.
21+
Thanks to Andre (NomAnor) for this.
22+
1723
## R3-3 (December 7, 2023)
1824
- Moved the documentation from https://epics-modbus.readthedocs.io/en/latest/
1925
to Github pages, https://epics-modules.github.io/modbus.

0 commit comments

Comments
 (0)