Ignore:
Timestamp:
Feb 21, 2011, 2:02:53 PM (14 years ago)
Author:
george
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • PinConnection/UCommSerialPort.pas

    r163 r171  
    5959      Lock.Release;
    6060    end;
    61     MTSleep(1 * OneMillisecond);
     61    if Stream.Position <> Stream.Size then
     62      MTSleep(1 * OneMillisecond);
    6263  until Stream.Position = Stream.Size;
    6364end;
Note: See TracChangeset for help on using the changeset viewer.