Hello,
I am new to programming Arduino, but I have decent experience from C#, C++, C and so on.
Things look different with the
AT-Commands I need for the TELIT GE-865 Module.
The function I need:
Receiving and reading SMS on the Arduino.I searched for some examples, but didnt find anything helpful, so it would be great if anyone could give me some basic advice on the AT-Commands I need for this method.
In the following quote, I have the "Read an SMS"-Function of the TELIT Module Datasheet, but I dont understand anything at all...
Read an SMS
An SMS is read with the following command:
AT+CMGR=<index>
Example
AT+CPMS? +CPMS: "SM",1,50,"SM",1,50,"SM",1,50 OK
Read the SMS #1, for the first time, in storage memory "SM", position 1:
AT+CMGR=1 +CMGR: "STO SENT","+39329X569YYY","WIND SIM" SEND THE STORED SMS # 1 TO MODULE ITSELT OK
Thank you in advance and sorry for the my bad english,
Fritz
