You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: applications/serial_lte_modem/doc/CMUX_AT_commands.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,13 @@ CMUX AT commands
9
9
10
10
This page describes CMUX-related AT commands.
11
11
12
-
The CMUX protocol enables multiplexing multiple data streams through a single serial link, setting up one channel per data stream.
12
+
The GSM 0710 multiplexer protocol (CMUX) enables multiplexing multiple data streams through a single serial link, setting up one channel per data stream.
13
13
For example, it can be used to exchange AT data and have a :ref:`Point-to-Point Protocol (PPP) <CONFIG_SLM_PPP>` link up at the same time on a single UART.
14
14
15
15
.. note::
16
16
17
17
To use the nRF91 Series SiP as a standalone modem in Zephyr, see :ref:`slm_as_zephyr_modem`.
18
+
To use the nRF91 Series SiP as a modem for a Linux device, see :ref:`slm_as_linux_modem`.
18
19
19
20
CMUX is enabled in SLM by compiling it with the appropriate configuration files, depending on your use case.
20
21
See the :ref:`slm_config_files` section for more information.
@@ -38,7 +39,7 @@ See the :ref:`slm_config_files` section for more information.
38
39
39
40
* Only UIH frames are used.
40
41
* The speed used is the configured baud rate of SLM's UART.
41
-
* The maximum frame size is ``2100`` (defined by :c:macro:`SLM_AT_MAX_RSP_LEN` found in :file:`slm_defines.h`).
42
+
* The maximum frame size is configured using the :kconfig:option:`CONFIG_MODEM_CMUX_MTU` Kconfig option.
0 commit comments