serial read/write
Archiver
Posts: 46,084
hi,
can anyone tell me if the Stamp needs the LSB of MSB of a byte it's
reading in serially first?
also, does it transmit the LSB or MSB of a byte it is transferring
serially to another device first?
would appreciate any help....
can anyone tell me if the Stamp needs the LSB of MSB of a byte it's
reading in serially first?
also, does it transmit the LSB or MSB of a byte it is transferring
serially to another device first?
would appreciate any help....
Comments
>
>can anyone tell me if the Stamp needs the LSB of MSB of a byte it's
>reading in serially first?
>
>also, does it transmit the LSB or MSB of a byte it is transferring
>serially to another device first?
>
>would appreciate any help....
If you are talking about RS232 serial, it always receives and
transmits least significant bit first.
-- Tracy