Download SMS Messaging Server    |     Visit the SMS Messaging Server website

Index - Log in! - Sign up! - Visit website
SMS by using GPRS
 
ActiveXperts Software Forum Index -> SMS Messaging Server -> Channels
 
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
matt



Joined: 12 Jul 2007
Posts: 48

PostPosted: Thu Jul 12, 2007 10:32 am    Post subject: SMS by using GPRS

How can I send SMS messages using GPRS ?
Back to top
Bart
Site Admin


Joined: 11 Jul 2007
Posts: 168

PostPosted: Thu Jul 12, 2007 10:37 am    Post subject:

First of all, you need a modem that supports GPRS. You also need a provider that supports GPRS (not all providers support GRPS!)
To send an SMS over GPRS, add the following to your modem initialization string:
AT+CGATT=1;AT+CGSMS=0
The first command enables GPRS (disabled by default); the second command specifies to send SMS over GPRS instead of of GSM.
You can now send SMS messages over GSM. However, if the provider does NOT support GPRS, you will receive the following error:
+CMS ERROR: 47
or +CMS ERROR: 69
You can switch it back using the following command:
AT+CGATT=0;AT+CGSMS=1
Back to top
Display posts from previous:   
Post new topic   Reply to topic
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum