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.

[General] SIM908 SMS application

Status
Not open for further replies.

jayamohan

Member level 1
Joined
May 12, 2006
Messages
35
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,516
Hi all,

Reference to SMS default application available in SIM900DevIDE, where i need to input the mobile number to receive the sms.

the following are the comments used to send the sms.

{
updatecmd("AT+CMGS\r", curcmd,AT_WRITE);

/*please input your own cell number!*/
ebdat9_01SendToModem("AT+CMGS=\"00310035003800300030003000300030003000300030\"\r",\
sizeof("AT+CMGS=\"00310035003800300030003000300030003000300030\"\r"));
return RES_OK;
}



Please clarify can i enter the mobile number as it is...or need to change it to BCD format..?


Thanks in advance.
 

Command to send SMS is "AT+CMGS=\"xxxxxxxxxx\"\r" where xxxxxxxx is mobile number. Post the code of your functions.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top