PDA

View Full Version : Urgent help Serin2 crashed!!



beto
- 23rd November 2005, 18:03
Dear Forum:

I have made this code on 18f452 then ported to the 18252 but doesnt work
only is executed 3 times the code is:
'''''''''''''''''''''''''''''''''''''''''''''''''' '''''''''
DEFINE OSC 20
INIT:
SEROUT2 PORTC.6,188,["CONTINUE TEST?",13,10]
SERIN2 PORTC.7,188,1000,INIT,[WAIT("&&"),STR EXTE\3]
SEROUT2 PORTC.6,188,["OK",13,10]
'''''''''''''''''''''''''''''''''''''''''''''''''' ''''''''''

OUTPUT ON HYPERTERMINAL

CONTINUE TEST?
CONTINUE TEST?
CONTINUE TEST?

and halt wHAT i CAN DO?