Try increasing the buffer size. Over-run errors typically mean more data was received into the serial buffer than you took out. Are you removing the data from the buffer after you read it or just leaving it there? Can you use a flow control protocol? Either software or hardware flow control would also help eliminate this issue.
----- Original Message ----- From: "Marianne" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, December 02, 2003 4:17 AM Subject: Error : serLineErrorSWOverrun > > Hello All, > > We have written an application that reads from the serial port at the rate > of 1 tick. But when it receives too much data it gives > "serLineErrorSWOverrun" Line Error. Why is this so, does anyone have any > idea. > > Thanks in advance > > Marianne > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
