-
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.)
Default¶
Choice options¶
Kconfig definition¶
At <nRF>/lib/at_host/Kconfig:47
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:27
→ <nRF>/lib/Kconfig:19
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → AT Host Library for nrf91 → AT Host Library for nrf91
choice bool "Termination Mode" defaultCR_TERMINATION
depends onAT_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.)