Module atc
Expand description
MCM AT command API.
See: <ql_mcm_atc.h>
This is very much different from opening the AT command port and sending raw AT commands. This API uses QMI to interact directly with the modem. I guess this is better than opening the AT command port and sending raw AT commands.
For example, when sending AT+QCCID using this API, the response buffer
will contain:
+QCCID: 89882390000807190000
OKNotice that it starts with an empty line and ends in a newline. I strongly hope that the response buffer will only ever include data related to the command and nothing else like URCs.
Functions§
- client_
deinit ⚠Non- ag35 - Releases a client handle.
- client_
init ⚠Non- ag35 - Initializes a new client handle.
- send_
cmd ⚠Non- ag35 - Sends an AT command and reads the response.