Because you have a problem with the timing in serial TX/RX.(as mentioned in post#14)Everything works but doesn't seem to want to exit interrupt routine.
Use a timeout to exit from DEBUGIN because you get stack there.
Al.
Because you have a problem with the timing in serial TX/RX.(as mentioned in post#14)Everything works but doesn't seem to want to exit interrupt routine.
Use a timeout to exit from DEBUGIN because you get stack there.
Al.
All progress began with an idea
Shouldn't it exit when b2=$FF? I send a $FF at the end of all the data I want sent.
if b2 <> $FF then nextstep 'FF means end of data
That's the way I understand, but I've been wrong alot of times.(As my wife says) If not I'll sure put in a timeout. Thanks.
Put in the timeout and works perfectly. Thanks to all that helped.
Mike
Bookmarks