0% found this document useful (0 votes)
54 views

Sending SMS Using at Commands

This document provides instructions for sending SMS text messages using AT commands via a hyperterminal connection. It explains how to set the SMS format, select the message center number, write and send an SMS message, and optionally configure the preferred domain for sending SMS messages over either circuit switched or packet switched networks.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views

Sending SMS Using at Commands

This document provides instructions for sending SMS text messages using AT commands via a hyperterminal connection. It explains how to set the SMS format, select the message center number, write and send an SMS message, and optionally configure the preferred domain for sending SMS messages over either circuit switched or packet switched networks.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Sending SMS using AT Commands

By Zahid Ghadialy Last Updated: 07/09/2008 The following AT commands can be used to send SMS via hyper terminal.
AT OK AT+CMGF=1 OK AT+CSCA="number of message centre" OK AT+CMGW="Mobile number" > A simple demo of SMS text messaging. (When finished, press Ctrl+z of the keyboard.) +CMGW: 1 (note this number) OK AT+CMSS=1 (the number is from returned value of CMGW) +CMSS: 20 OK

If an OK is received then the SMS was sent successfully. The default behaviour is to always send SMS using the CS domain but it is possible to send SMS over PS domain. This is sometimes used by datacards that have not implemented the complete functionality of CS domain. To send SMS over PS domain, the following AT command is required
AT+cgsms=0 where 0 = PS 1 = CS 2 = PS 3 = CS Domain Domain Domain preferred (else use CS Domain if GPRS not available) Domain preferred (else use PS Domain if CS is not available)

If you use AT+cgsms=0 and If the SGSN is not configured for SMS then the sending of SMS will fail and the UE will resend the SMS automatically using CS Domain.

You might also like