--- xmodem.c.orig 2013-03-20 14:02:53.000000000 -0700 +++ xmodem.c 2013-03-20 14:03:06.000000000 -0700 @@ -1194,11 +1194,11 @@ if(ec2 >= ACK_ERROR_COUNT) { break; // that's it, I'm done with this } - } while(ecount < TOTAL_ERROR_COUNT * 2); // twice error count allowed for sending + } while(ecount < TOTAL_ERROR_COUNT); // TODO: progress indicator // If filesize& <> 0 And filepos& <= filesize& Then // Form2!Label1.FloodPercent = 100 * filepos& / filesize& // Else