choice: Termination Mode

Termination Mode

Type: bool

Help

Sets the termination ending from the serial terminal Levels are: - NULL Termination - CR Termination - LF Termination - CR+LF Termination

WARNING! Some AT commands (like AT+CMGS) use CR internally. Selecting CR Termination will render those commands unavailable.

Direct dependencies

AT_HOST_LIBRARY && AT_HOST_LIBRARY

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <nRF>/lib/at_host/Kconfig:47

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:26<nRF>/lib/Kconfig:19

Menu path: (Top) → Modules → Nordic nRF Connect → Libraries → AT Host Library for nrf91 → AT Host Library for nrf91

choice
    bool "Termination Mode"
    default CR_TERMINATION
    depends on AT_HOST_LIBRARY && AT_HOST_LIBRARY
    help
      Sets the termination ending from the serial terminal
      Levels are:
      -  NULL Termination
      -  CR Termination
      -  LF Termination
      -  CR+LF Termination

      WARNING! Some AT commands (like AT+CMGS) use CR internally.
      Selecting CR Termination will render those commands unavailable.

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