Skip to content

Commit 7ab9d8b

Browse files
msalaudanieldegrasse
authored andcommitted
doc: migration: 4.2: Add Modbus related notes
Add notes regarding changes in Modbus serial mode configuration. Signed-off-by: Maksim Salau <maksim.salau@gmail.com>
1 parent 2e14671 commit 7ab9d8b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/releases/migration-guide-4.2.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,14 @@ State Machine Framework
761761
* Flat state machines ignore the return value; returning :c:enum:`SMF_EVENT_HANDLED`
762762
would be the most technically accurate response.
763763

764+
Modbus
765+
======
766+
767+
* The ``client_stop_bits`` field in :c:struct:`modbus_serial_param` has been renamed into ``stop_bits``.
768+
The setting is valid in both client and server modes.
769+
* Custom stop-bit settings are disabled by default and should be enabled
770+
by :kconfig:option:`CONFIG_MODBUS_NONCOMPLIANT_SERIAL_MODE`.
771+
764772
Modules
765773
*******
766774

0 commit comments

Comments
 (0)