Based on what I'm reading if I line everything up on portb I should be able to to and turn everything on with the following code. In the end I think this may work for what I need.
for counter = 0 to 7
PortB.0[Counter]=1
next Counter
Based on what I'm reading if I line everything up on portb I should be able to to and turn everything on with the following code. In the end I think this may work for what I need.
for counter = 0 to 7
PortB.0[Counter]=1
next Counter
Last edited by DynamoBen; - 1st September 2007 at 00:49.
Bookmarks