[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

Cookies are required to use this site. You must accept them to continue using the site. Learn more…