-
CONFIG_MODBUS_FC08_DIAGNOSTIC
¶
Enable FC08 Diagnostic support
Type: bool
Help¶
Enable function code 08 Diagnostic support
Default¶
y
Kconfig definition¶
At <Zephyr>/subsys/modbus/Kconfig:74
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:37
Menu path: (Top) → Sub Systems and OS Services → Modbus support
config MODBUS_FC08_DIAGNOSTIC
bool "Enable FC08 Diagnostic support"
default y
depends on MODBUS_SERVER && MODBUS
help
Enable function code 08 Diagnostic support
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)