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

    Nice work charudatt,

    Would it be possible deploying this stuff of yours to PIC16F628A using onboard crystal.

    Can you give further explanations on the DEBUG statements? I'm curious about functionalities of those lines especially the extraction of SMS from a cell phone.

    Is there a way of eliminating the MODEM? What models of cellphones should i use?

  2. #2
    Join Date
    Sep 2003
    Location
    INDIA
    Posts
    161


    Did you find this post helpful? Yes | No

    Default Thank you.

    Emavil,

    1. I believe you can do it on the F628A.
    2. Simply go through the Compiler Manual and you shall know about the Debug statement. I used the debug statement to save on code space.
    3. Modem ? No I am using a Industrial type Mobile which has a Serial Port control and accepts AT commands. Type Simmcom. Yes , I you see this month's EPE magazine , you will come across a similar project using the Nokia phones.

    regards

  3. #3
    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.

  4. #4
    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...

  5. #5


    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