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

CONFIG_MODBUS_SERIAL

Modbus over serial line support

Type: bool

Help

Enable Modbus over serial line support.

Direct dependencies

SERIAL && SERIAL_HAS_DRIVER && MODBUS

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At subsys/modbus/Kconfig:43

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:37

Menu path: (Top) → Sub Systems and OS Services → Modbus support

config MODBUS_SERIAL
    bool "Modbus over serial line support"
    default n
    depends on SERIAL && SERIAL_HAS_DRIVER && MODBUS
    help
      Enable Modbus over serial line support.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)