help me please


Closed Thread
Results 1 to 20 of 20

Thread: help me please

Hybrid View

  1. #1
    MICOCALI's Avatar
    MICOCALI Guest


    Did you find this post helpful? Yes | No

    Default a problem

    thank you for reply but i have one problem:

    HSerin 2000,LOOP,[WAIT ("*ELIP:")] is true when i receve all caracter?(*elip

    if yes what is the command for receve only two caracter for example *e
    thank you carlo

  2. #2
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default

    HSerin 2000,LOOP,[WAIT ("*ELIP:")] is going to wait until *ELIP: is received.
    If *elip: (note it's in lower case) is received, it will not match.

    If you need to wait for 2 characters, then only use 2 characters.

    HSerin 2000,LOOP,[WAIT ("*E")]
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

  3. #3
    MICOCALI's Avatar
    MICOCALI Guest


    Did you find this post helpful? Yes | No

    Default not run

    the telefone send *elip i confirm with hyper terminal ,i write
    HSerin 2000,LOOP,[WAIT ("*E")] in the pic 16f628 but the pin portb4 not
    on.
    wy for you?

  4. #4
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default

    the telefone send *elip i confirm with hyper terminal

    If you are seeing *elip in hyperterminal, then wait for *e. Not *E.

    i write HSerin 2000,LOOP,[WAIT ("*E")]


    Have you tried this?

    HSERIN 2000,LOOP,[WAIT("*e")]
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

  5. #5
    MICOCALI's Avatar
    MICOCALI Guest


    Did you find this post helpful? Yes | No

    Default re

    I write:
    HSERIN 2000,LOOP,[WAIT("*e")]
    but not run
    I connect the pic with two resistore of 4,7 kohm direct at the phone if possible is this? not max 232

  6. #6
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default

    Does your phone output RS232 or TTL level voltage?

    Does your phone send serial data inverted or true?
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

  7. #7
    MICOCALI's Avatar
    MICOCALI Guest


    Did you find this post helpful? Yes | No

    Default i think

    but is not important because the command Hserout is run very well i think

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