How to decode an SMS which looks like this ...


Results 1 to 13 of 13

Threaded View

  1. #1

    Exclamation How to decode an SMS which looks like this ...

    Hi
    I am trying to decode an sms like this:
    serout2 tx,baud,["AT^SMGR=1",13]
    Serin2 rx,baud,5000,main,[WAIT("REC UNREAD"),SKIP 3, STR num\12, skip 28, STR sms\8]

    To send an sms I use:
    serout2 tx,baud,["AT+CMGS=",34,"+44xxxxxxxxxx",34,13] ' It works fine when I put an predefined number
    Serin2 rx,baud,5000,check,[WAIT(">")] ' then sms and enter

    Problem:
    I want to send an text to the number from which an sms came, So I tried the above command in the following ways:
    serout2 tx,baud,["AT+CMGS=",34,STR num\12,34,13]
    serout2 tx,baud,["AT+CMGS=",34,STR num,34,13]

    It is not working. Can anyone correct me if I am wrong or advise me an alternative Please.
    Thanks
    Last edited by financecatalyst; - 7th October 2009 at 02:24.

Similar Threads

  1. Replies: 11
    Last Post: - 19th August 2009, 15:23
  2. Replies: 0
    Last Post: - 21st May 2009, 00:58
  3. Replies: 13
    Last Post: - 12th May 2009, 17:26
  4. Siemens c55 sms control help please
    By camolas in forum mel PIC BASIC Pro
    Replies: 85
    Last Post: - 20th August 2008, 01:13
  5. Reading a SMS to an array
    By KA5MAL in forum GSM
    Replies: 3
    Last Post: - 17th June 2008, 17:24

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts