"The problem with Lawyers is that you never really know what they said."
That statement is so true, with that being said Portb is set as outputs:
trisa = %00000010
trisb = %00000000
PORTA = 0
PORTB = 0
The reason why I asked was because in an earlier post using SERIN I can select individual bit
as in :
Portb.0 = myvar.0 ' which is working
but wasn't quite sure about receiving all to my variable and then assigning that data to portb.
Thanks Everyone
Bookmarks