Hello All,
I have 3 bytes that represent a value 122880 . The problem is that the 3bytes are backwards in bit order.......
regular binary 122880 = (msb) 00000001 11100000 00000000
My buffer reads 122880 = (lsb) 00000000 00000111 10000000
How do I take the 3bytes that are backwards in bit order and convert it to BCD or to something I can throw up on an LCD.
Best Regards,
Nick