Send SMS message
Posted: Wed 26. Oct 2016, 15:22
Some questions about SMS:
I receive somes frame on serial port:
+WIND :3 (is it related to <event> from document AT_Command_Interface_Guide page 141)
I try to send sms with function:
sms_send("bonjour",7,"06xxxxxxxx",11);
It has no effect,
Do we need to write like this
sms_send("bonjour/r/n",7,"06xxxxxxxx/r/n",11);
Do you have an example which works?
regards
I receive somes frame on serial port:
+WIND :3 (is it related to <event> from document AT_Command_Interface_Guide page 141)
I try to send sms with function:
sms_send("bonjour",7,"06xxxxxxxx",11);
It has no effect,
Do we need to write like this
sms_send("bonjour/r/n",7,"06xxxxxxxx/r/n",11);
Do you have an example which works?
regards