Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to list messages from second storage

Status
Not open for further replies.

mahound

Newbie level 5
Joined
Feb 14, 2012
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,376
Dear friends
I have a sim800 module and an Arduino. I need to store some messages in module's storage.
As you know, the module has 2 kind of storage: SM, ME.
I have configured module as follow:
PHP:
  mySerial.println("AT+CMGF=1");
  mySerial.println("AT+CNMI=1,2,0,0,0");
  mySerial.println("AT+CPMS=\"SM\",\"ME\",\"SM\"");

that means AT+CMGW stores messages in ME.
Is there a command to show all messages in ME storage? As you know, AT+CMGL can only list messages in SM storage.
Is there a command to delete messages in ME storage?As you know, AT+CMGD can only delete messages in SM storage.

Thanks
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top