Guest
#1358154
Hi, I'm currently using the following commands to send am SMS (from µC + GSM Modem) AT+CMGF=1 OK AT+CSCS="GSM" OK AT+CSCA="+436640501",145 (für A1) OK AT+CSMP=17,167,0,240 OK AT+CMGS="xxx" //xxx stands for my phone number This code works, but when I get the SMS on my phone I am asked if I want to save this message. Usually when I get a SMS it is stored automatically, so I think I might have missed or set a configuration wrong in the code. THX in advance