We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e14671 commit 7ab9d8bCopy full SHA for 7ab9d8b
doc/releases/migration-guide-4.2.rst
@@ -761,6 +761,14 @@ State Machine Framework
761
* Flat state machines ignore the return value; returning :c:enum:`SMF_EVENT_HANDLED`
762
would be the most technically accurate response.
763
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
772
Modules
773
*******
774
0 commit comments