Hi Ron
I noticed your LOOP code seems to have a problem at the end ....
The GOTO LOOP has a comment in the beginning , at first it looked like a spec of dust ;-)
Look carefully at the beginning of the GOTO line :-)
your code...
Corrected codeCode:LOOP: PULSOUT PORTB.4,20 PAUSE 20 PULSOUT PORTA.0,20 PAUSE 20 'Goto LOOP
Did you try Melanie's code in place of yours ?Code:LOOP: PULSOUT PORTB.4,20 PAUSE 20 PULSOUT PORTA.0,20 PAUSE 20 Goto LOOP
Hope that works ...
Dennis




Bookmarks