Hello,
I am starting to develop programs within the Open AT framework. I need to delete all the SMS messages that may be stored on the device once a day. I have created a loop that will subscribe to the timer and run a function every 24 hours. What code do I require to run the
AT+CMGD=1,4 (delete all messages)
Command? I have read about the adl_atCmdCreate function but what port do I run it on so that it acts on the device running the software?
This task is probably really simple but I am having trouble getting my head around the inner workings of this process.
Thank you for any help
Mark