Siemens c55 sms control help please


Closed Thread
Results 1 to 40 of 86

Hybrid View

  1. #1


    Did you find this post helpful? Yes | No

    Default

    Hi,

    It is this ok Masters?

    Code:
    ..........
    ..........
    HSERIN 5000, [WAIT("OK")] ' I tacke off the POR from HSERIN 5000, POR,[WAIT("OK")] i think theres no need, is ok masters?
    HSERIN 5000 POR,[STR myarray\62]

    POR:
    if myarray[0]="0"then
    ..........
    ..........

    Thanks for caring

  2. #2
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by camolas View Post
    Hi,
    It is this ok Masters?
    I don't know....(how can I? I haven't built your hardware, used your firmware, on your chips, with your setup, on your PC)
    Does it work or not?

  3. #3


    Did you find this post helpful? Yes | No

    Default

    Hi,

    Not working

    Quote Originally Posted by skimask View Post
    I don't know....(how can I? I haven't built your hardware, used your firmware, on your chips, with your setup, on your PC)
    Does it work or not?

  4. #4
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by camolas View Post
    Hi,
    Not working
    How quickly can and/or does the phone respond after you send the: ["AT+CMGR=1",13,10]

  5. #5


    Did you find this post helpful? Yes | No

    Default

    Hi,

    After de phone recived the AT+CMGR=1 command he gives very fast (1s at most) the
    +CMGR: 1,,23
    0791539126010000240C915391663921010000807070819341 400453FA1B0E

    OK


    Thanks for still caring

    Quote Originally Posted by skimask View Post
    How quickly can and/or does the phone respond after you send the: ["AT+CMGR=1",13,10]

  6. #6
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by camolas View Post
    Hi,
    After de phone recived the AT+CMGR=1 command he gives very fast (1s at most) the
    +CMGR: 1,,23
    0791539126010000240C915391663921010000807070819341 400453FA1B0E
    OK
    Thanks for still caring
    Ok, so don't you think that by pausing for 1/2 second after sending the command, you might miss the incoming data, or at least maybe the beginning of it, thereby causing you to think you might not have gotten anything at all?

    Code:
    LOOP:                             
    HSEROUT["at+cpms=",34,"SM",34,13] : PAUSE 500
    HSEROUT ["AT+CMGR=1",13,10] : PAUSE 500

  7. #7


    Did you find this post helpful? Yes | No

    Default

    Hi,

    Ive put HSEROUT["at+cpms=",34,"SM",34,13] and HSEROUT ["AT+CMGR=1",13,10] and them it give me error back, sow back to HSEROUT ["AT+CMGR=1",13,10]:PAUSE 500 and
    HSEROUT["at+cpms=",34,"SM",34,13] : PAUSE 500 and then i thang the HSERIN 5000,POR,[WAIT("OK"),STR myarray\62] to HSERIN 500, .............. data came faster but keep looping
    then to HSERIN 1000,............. same problem



    Quote Originally Posted by skimask View Post
    Ok, so don't you think that by pausing for 1/2 second after sending the command, you might miss the incoming data, or at least maybe the beginning of it, thereby causing you to think you might not have gotten anything at all?

    Code:
    LOOP:                             
    HSEROUT["at+cpms=",34,"SM",34,13] : PAUSE 500
    HSEROUT ["AT+CMGR=1",13,10] : PAUSE 500

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. SMS control for Relays
    By charudatt in forum Code Examples
    Replies: 15
    Last Post: - 2nd May 2009, 00:08
  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