SMS management with adl functions

Hi all,

I’am tring make a Open AT program to list all SMS
with At commmand
AT+GMGR=“ALL”
or only one
AT+CMGR=1
and to erase ony one
AT+…=1 (for exemple) I forget the AT command :blush:

is there adl functions to do this ??
i dit not find anything on the open at documentation v 3.01
Thanks
Erol

Hi erol,

Looks like you will need to use the adl_cmdCreate function to send those AT commands and read the SIM SMS message box.

Kind regards,
Mike