How to send 8 bit data messages from textmode ?

 
MMS and SMS Forum Index // Sending and receiving SMS // Send and receive SMS using GSM or CDMA
 
View previous topic :: View next topic  
Author Message
jan1983



Joined: 10 Aug 2007
Posts: 2

PostPosted: Fri Aug 10, 2007 10:25 am    Post subject: How to send 8 bit data messages from textmode ?
Hi,

I have to send SMS messages from a script. I already able to send text messages so this part is working.

In some cases i have to send raw 8 bit data, i found some documents on how to do this in PDU mode, but to keep the script simple i want to know if it is also possible to send this data using simple AT commands

Please Help ! Shocked
 
kruimel



Joined: 13 Aug 2007
Posts: 3

PostPosted: Mon Aug 13, 2007 2:54 pm    Post subject:
You should use the following commands to send 8 bit data from textmode. Please not that the ME characterset has to be set to "UCS" or "HEX" like this:

AT+CSCS="HEX" or AT+CSCS="UNICODE"

First set the DCS to 0x04 using this command

AT+CSMP=1,244,0,4

Then send your message and enter the data as Hex, for example to send ABC to +447799882390:

AT+CMGS="+447799882390"
> 414243 <CTRL>

Hope this helps
 
Page 1 of 1

 

Powered by SMS Solutions