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
Change default AT command terminator from <CRLF> to <CR> in
both the serial modem application and the host side.
This is aligned with 3GPP TS 27.007.
Jira: SLM-39
Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
Copy file name to clipboardExpand all lines: doc/migration_notes.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,8 @@ The following changes are mandatory to make your application work in the same wa
47
47
* Renamed the file name from ``slm_`` to ``sm_`` and ``modem_slm`` to ``sm_host``.
48
48
* Functions and other symbols in the code have been renamed accordingly making automatic patching to likely fail.
49
49
50
+
* Default AT command terminator changed from ``\r\n`` (``CONFIG_SM_CR_LF_TERMINATION`` and ``CONFIG_SM_HOST_CR_LF_TERMINATION``) to ``\r`` (``CONFIG_SM_CR_TERMINATION`` and ``CONFIG_SM_HOST_CR_TERMINATION``).
0 commit comments