Hi All,

Last time I've received a few questions regarding sending the SMS'es
from C333, using the AT commands.
This is how I've managed to do it:
Below is the data captured from Linux minicom.
"}" denotes data from keyboard
"{" denotes data from mobile
[xxx] - special codes. The ">" at the begining of the line are the
prompts sent by mobile, when entering the message contents.

}ATZ
{OK
}AT+CSCA="+48601000310"
{OK
}AT+CMGW="+48601123456"
> This is a test message
> Really
> [CTRL+Z]

{+CMGW: 387
}AT+CMSS=387
{+CMSS: 184
}AT+CMGD=387
{OK

That's all. The message is successfully sent, and then deleted.

--
HTH & Regards,
Wojtek Zabolotny
[email protected]



See More: Sending SMS'es from C333 with AT commands