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,

    In this case the with the HSERIN [STR myarray\62] i send this (only 1 time it stop looping)

    at+cpms="SM"
    +CPMS: 1,15,1,15,1,15

    OK
    AT+CMGR=1
    +CMGR: 1,,23
    0791539126010000240C915391663921010000807070819341 400453FA1B0E

    OK
    What time out shell i put? i have tryed 500,1000,2000,5000
    on 1st Hserin to IP and the secund to LI

    Can you please put me the good command line? please.....



    Quote Originally Posted by skimask View Post
    AND your code is flawed because the timeouts in the HSERIN, I believe, are used incorrectly in this case.
    Think about it...
    What direction does the code go if you don't receive the OK?
    What direction does the code go if you DO receive the OK?

  2. #2
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by camolas View Post
    Can you please put me the good command line? please.....
    LOOK AT YOUR CODE!!! READ YOUR CODE!!!
    Have you looked at your code lately? Have you read it?
    Are you just assuming it will work because you wish it to be true?
    Code:
    LOOP:................
    HSERIN 2000,IP,[WAIT("OK")]
    If this line times out, where does the flow of the code go?
    If this line doesn't time out, where does the flow of the code go?


    Code:
    IP:..................
    HSERIN 2000,LI,[WAIT("OK")]
    If this line times out, where does the flow of the code go?
    If this line doesn't time out, where does the flow of the code go?


    Code:
    LI: 
    HSERIN 2000,POR,[WAIT("OK"),STR myarray\62]
    If this line times out, where does the flow of the code go?
    If this line doesn't time out, where does the flow of the code go?
    And what is the phone going to send first? The OK or the string you wish to put in the array?



    I'm out....
    http://en.wikipedia.org/wiki/What_we...to_communicate

  3. #3


    Did you find this post helpful? Yes | No

    Default

    Ok

    Thanks for the hellp skimask i will try and hope that some one give me a litle push to this pbp newbi.

  4. #4
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by camolas View Post
    Thanks for the hellp skimask i will try and hope that some one give me a litle push to this pbp newbi.
    I pushed, prodded, pulled, pointed, highlighted, high-fived, colorized, colon-ized, smelt it and dealt it...
    All of your answers (assuming your hardware is working correctly), every single one of them, including the fixes, are in the posts above...

  5. #5


    Did you find this post helpful? Yes | No

    Default

    Cant get it, but thanks any way (learning Inglish and Pbp at the same is not easy)

  6. #6
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by camolas View Post
    Cant get it, but thanks any way (learning Inglish and Pbp at the same is not easy)
    Your grasp of English is fine as far as I can tell, not perfect, but much much better than my grasp of any other language besides English, so in that respect, you are light years ahead of me. It's your grasp of the obvious that escapes me...

  7. #7


    Did you find this post helpful? Yes | No

    Default

    i try hard to, please tell me how to.....pleazzzzzzzzz

    Quote Originally Posted by skimask View Post
    Your grasp of English is fine as far as I can tell, not perfect, but much much better than my grasp of any other language besides English, so in that respect, you are light years ahead of me. It's your grasp of the obvious that escapes me...

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