Quote Originally Posted by CocaColaKid
I've never used it so I can say how it works but there is code on ME Lebs website for performing floating point. I stay away from FP just for headache sake.

And yes there are 2 bytes to a word.

Bit is a Bit
Byte is 8 Bits
Word if 2 Bytes or 16 Bits
Yep came across that code. I will be picking it apart this evening to see if it can help me. Unfortunately, I cant stay away from floating point because this is what the v2xe outputs.

Word is 2 bytes? I searched and read forever last night and the only definite conclusion I could reach was that it depends on the archietecture. Since my mcu is 8 bit, does this not mean 8 bit is the highest word the mcu can process?