On Wed, Nov 19, 2003 at 03:46:01PM +0100, Ulf Lorenz wrote:
Meine Frage waere jetzt: Was ist MSB/LSB?
MSB = Most Significant Bit = das mit der höchsten Wertigkeit LSB = Least Significant Bit = das mit der niedrigsten Wertigkeit
Bei einem Byte sieht das meist so aus:
Bit 7 | Bit 6 | Bit 5 | Bit 4 | Bit 3 | Bit 2 | Bit 1 | Bit 0 MSB LSB
HTH, Bert