On Thu, Feb 28, 2002 at 02:58:35PM +0100, [EMAIL PROTECTED] wrote: > I have made a program who communicate with serial manager, but I receive this error >: Line Error Framing. > I don't understand what does it mean? > Have someone an explication?
It seems that one of the ends of the serial link has problems trying to detect bounds between transmitted/received characters. In asynchronous serial communication a start bit is used to mark the beginning of a character (and optionally a stop bit). You could check that: both the ends agree on a common setting (8N1 for example, with same speed), and that the cabling is good. (You can consult the Serial HOWTO for more info: http://www.easysw.com/~mike/serial) Hope this helps. Marco -- ======================================================================== Marco Pantaleoni [EMAIL PROTECTED] Padova, Italy [EMAIL PROTECTED] elastiC language developer http://www.elasticworld.org -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
