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
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
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")]
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?
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")]
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
Does your phone output RS232 or TTL level voltage?
Does your phone send serial data inverted or true?
but is not important because the command Hserout is run very well i think
Bookmarks