From: "Deveau, Darrin" <[EMAIL PROTECTED]>
Subject: Displaying serial data to screen
> CharPtr sA, sX, cStatus, sBytes, sBuffer;
...
> StrIToA(sBytes, (int)ulBytes);
This won't work. You didn't allocate space for the string, so writing to
sBytes will over-right adjacent vars.
Also, don't you have to convert all the stuff you receive from little-endian
to big-endian (or vice-versa)?
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/