Dwayne,
I did. But I still get %01001000 instead of %00100100.
Is there a way to mask my Rx_Byte variable with $FF i.e.
%11111111 and find only zeroes returned by Rx_Bit and
fill them in in the right places? Or should I just use one
extra statement Rx_Byte = Rx_Byte >> 1 at the end of
my w loop? This seems to be the easier way out, but it
looks dumb. Any suggestions?
YZ7REA Vladimir
Bookmarks