SMS control for Relays


Closed Thread
Results 1 to 16 of 16

Hybrid View

  1. #1
    Join Date
    Jan 2006
    Posts
    31


    Did you find this post helpful? Yes | No

    Default SMS control for Relays

    Thanks for that.

    I'm not refering to the DEBUG command, instead, those AT commands. Can you share to me the basic principles (background) on how to extracting SMS messages from a cellphone. I find it hard interpreting your code especially those AT commands. I know that there are special registers in the cellphones to deal with. What interest me most is the theory behind the extraction of these messages.

  2. #2
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by emavil View Post
    Thanks for that.

    I'm not refering to the DEBUG command, instead, those AT commands. Can you share to me the basic principles (background) on how to extracting SMS messages from a cellphone. I find it hard interpreting your code especially those AT commands. I know that there are special registers in the cellphones to deal with. What interest me most is the theory behind the extraction of these messages.
    ............................
    Last edited by skimask; - 22nd March 2007 at 00:17. Reason: Abosulutely fine answer and hints removed due to possible legal issues...

  3. #3


    Did you find this post helpful? Yes | No

    Default sms

    Two questions
    DEBUGIN [WAIT("+CMGR:"), SKIP 53 , DEC MYDATA]
    if i understand your code correct you are expecting a byte value in MYDATA what will happen if this is bigger than a byte

    2nd question
    I am using a MC55 modem from siemens
    +CMGR: "REC UNREAD","+27829554322",,"08/04/19,13:08:34+08"
    test
    if i only want to extract the cell number will this be the correct command, as what do i need to conf cellNumber and what will happen to the rest of the serial string comming in
    DEBUGIN [WAIT("+CMGR:"), SKIP 16 , cellNumber]

Similar Threads

  1. sms to control pic..pls help...
    By Ziki in forum mel PIC BASIC Pro
    Replies: 53
    Last Post: - 12th April 2010, 21:19
  2. Replies: 11
    Last Post: - 19th August 2009, 15:23
  3. Siemens c55 sms control help please
    By camolas in forum mel PIC BASIC Pro
    Replies: 85
    Last Post: - 20th August 2008, 01:13
  4. Reading a SMS to an array
    By KA5MAL in forum GSM
    Replies: 3
    Last Post: - 17th June 2008, 17:24
  5. Control RC servo via Parallax Servo Control
    By cibotsan in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 17th September 2005, 08:18

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