File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 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,
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 .
You can’t perform that action at this time.
0 commit comments