Introduction to cellular module porting
Cellular common library provides APIS and URC handler implemented with 3GPP v27.007 AT commands.
These APIs and URC handler can be reused when porting cellular module.
Reference the following pages for detail information.
Porting cellular module with cellular common portable with the following steps.
Sending and receiving binary data with cellular common APIs
Cellular common APIs supports send/receive binary data. These APIs can be used to implement socket send or socket receive functions. The following page provides example and description about how to use these APIs to interact with cellular modem:
Cellular module porting examples
Three cellular module portings can be referenced.
It is recommended that you start by cloning the implementation of one of the existing modems,
then make modifications where your modem's vendor-specific (non-3GPP) AT commands are different.