Thanks, but I have a hard time reading and making sense of examples. What I need is an explanation of some of the comands. Neither of the books I have on the PIC are very good at explaining these.
TrisX (ie. trisb, trisa, yadda yadda)
And portx (i.e. porta, portb, yadda yadda)
The examples that I read through really didn't explain how these work either.
How does the pic write data to a port, can I raise a single pin value, or does it write out data in binary numbers? What I'm trying to do is similar to having 8 LED's hooked up all to port b, and I only want one raised at a time for a period of 1 second.