Skip to content

Releases: nrfconnect/ncs-serial-modem

v0.3.0

18 Dec 13:19

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

Release Highlights

  • Uses NCS v3.2.0 release.
  • Added automatic data reception for sockets with AT#XRECVCFG.
  • Added PPP shell sample for nRF54L15 and native_sim hosts.
  • Removed TCP and UDP clients. Sockets and automatic data reception feature replace them.
  • Removed support for nrf52840dk, nrf5340dk, nrf7002dk in the host samples.

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

25 Nov 11:52

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

Release Highlights

  • DTR and Ring Indicator pins replace power and indicate pins.
  • Refactoring of socket API. All commands now take a socket handle. Also adding support for hexadecimal sending and receiving.
  • Changed default AT command terminator to CR.
  • Optimized PPP/CMUX and Cellular Modem driver implementations to support proper power saving. A sample to be introduced in the next release.
  • Added generated documentation.
  • Removed support for nrf9160dk, nrf9161dk, nrf9131ek and thingy91 board targets.
  • Removed the following features: Native TLS, TCP/UDP servers, HTTP client, FTP, GPIO, TWI/I2C

What's Changed

New Contributors

Read more

v0.1.0

26 Sep 11:42

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

The first draft release of the Serial Modem Add-On built on nRF Connect SDK snapshot taken on 25th Sep 2025.
The functionality and APIs of the Serial Modem are the same as in Serial LTE Modem from nRF Connect SDK v3.1.x. However, a lot of renaming has taken place.


What's Changed

Full Changelog: https://github.com/nrfconnect/ncs-serial-modem/commits/v0.1.0