CONFIG_OSDP_UART_BAUD_RATE¶
OSDP UART baud rate
Type: int
Help¶
OSDP defines that baud rate can be either 9600 or 38400 or
115200.
Default¶
- 115200 
Kconfig definition¶
At <Zephyr Subsystem>/mgmt/osdp/Kconfig:40
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:35 → <Zephyr Subsystem>/mgmt/Kconfig:15
Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver
config OSDP_UART_BAUD_RATE
    int "OSDP UART baud rate"
    default 115200
    depends on OSDP
    help
      OSDP defines that baud rate can be either 9600 or 38400 or
      115200.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)