zephyr/samples/subsys/modbus
Constantin Krischke 8ee675946c modbus: stop bits can now be set individually in client mode
Added the stop_bits_client parameter to the modbus_serial_param struct.
Being able to configure the number of stop bits for the client
independently from the parity setting, allows to support connecting to
modbus server that do not follow the MODBUS over Serial Line Specification
and Implementation Guide.

Signed-off-by: Constantin Krischke <constantin.krischke@lemonbeat.com>
Signed-off-by: Jan Geldmacher <jan.geldmacher@lemonbeat.com>
2022-03-24 08:23:17 -04:00
..
rtu_client modbus: stop bits can now be set individually in client mode 2022-03-24 08:23:17 -04:00
rtu_server sample: modbus: mark MODBUS samples as build only 2022-02-09 22:11:16 -05:00
tcp_gateway sample: modbus: mark MODBUS samples as build only 2022-02-09 22:11:16 -05:00
tcp_server sample: modbus: mark MODBUS samples as build only 2022-02-09 22:11:16 -05:00
modbus.rst