Line mode

nRF Connect for Desktop

tags
nRF Connect for Desktop

Line mode sends each command to the connected device separately. The device processes each command and returns a response before waiting for the next command. This mode is commonly used for devices that are not running a shell, where each command is a discrete operation that the device can perform independently. For example, you can use it to enter modem AT commands.

Terminal mode Setting Description
Line Clear on Send When Clear on Send is enabled, input text is cleared from the terminal input window after it has been transmitted.
Line Line Ending Use this to send an optional line ending to the command sent to the connected device. The alternatives are: - None- LF sends the newline character. - CR for carriage return. - CRLF sends carriage return and newline.