The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_MODBUS_FC08_DIAGNOSTIC

Enable FC08 Diagnostic support

Type: bool

Help

Enable function code 08 Diagnostic support

Direct dependencies

MODBUS_SERVER && MODBUS

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At subsys/modbus/Kconfig:74

Included via Kconfig:8Kconfig.zephyr:44subsys/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.)