Click here to Skip to main content
15,886,109 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When an sms is sent to a sim. Is it stored automatically on the sim. If not is there a way to write an application in c or c++ which runs in the background with a function that is triggered anytime an sms is received to process the contents of the sms With the help of AT commands.
I already have a way of executing AT commands.
Thanks in advance.
Posted

 
Share this answer
 
Comments
Espen Harlinn 16-Jun-11 17:50pm    
Compact and useful, my 5
Kim Togo 17-Jun-11 1:50am    
Thanks Espen
if you don't want your hands get dirty dealing with background process monitoring notification (CMTI), why not link your application with libGammu[^]?
Just set a callback for incoming SMS and process it.


GSM_SetIncomingSMSCallback
[^]
 
Share this answer
 
you can read 3GPP TS 27.005 to find AT+CPMS
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900