Try it without the for next loop, just to make sure that your wiring is fine,
portb.0 = 1
pause 1000
portb.0 = 0
pause 1000
portb.1 = 1
pause 1000
portb.1 = 0
pause 1000
portb.2 =1
etc. etc.
Jerry
If your oscilloscope costs more than your car...
Insert PAUSE 1000 after each portb.0[led] = 0.
Bookmarks