Quote Originally Posted by mark_s View Post
Russ,
Using the same idea you can control all you pins at same time. Its not pretty or clever, but it works

PortB = %00000001 ;pin 0 high 3us
PortB = %00000001
PortB = %00000001
PortB = %00000010 ;pin 0 low, pin 1 high 3us
PortB = %00000010
PortB = %00000010
PortB = %00000100 ;pin 1 low, pin 2 high 3us
PortB = %00000100
PortB = %00000100
PortB = %00000000 ;all pins off

Loop etc
Repetitive port settings on 16F (and lower) devices must also take into account the read/modify/write timing. If you place two consecutive settings in a program, you could end up with a random output setting because of the r/m/w delays.

Tenaja is your name Don L?
No.