CONFIG_MODBUS_FC08_DIAGNOSTIC¶
Enable FC08 Diagnostic support
Type: bool
Help¶
Enable function code 08 Diagnostic support
Default¶
- y 
Kconfig definition¶
At <Zephyr Subsystem>/modbus/Kconfig:74
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/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.)