> What effect does byte ordering have on serial communication? Not much. If you try to send an UInt16 as 2 bytes you will get a problem (if the other end works reversed). Just send it as a text string then.
Mostly you will send readable strings, and they are no problem. Just see how a web browser works on both PC's (Intel chips) and Mac's (Motorola) or even Palm (using M68K or ARM ;-) -- Christen Fihl http://HSPascal.Fihl.net/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
