Ignore:
Timestamp:
Nov 19, 2012, 2:43:40 PM (12 years ago)
Author:
chronos
Message:
  • Fixed: Thread safe access to serial port pin interface using lock.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • PinConnection/UCommTelnetComPortOption.pas

    r416 r440  
    66
    77uses
    8   Classes, SysUtils, UCommPin, UCommTelnet, USerialPort, UStreamHelper,
     8  Classes, SysUtils, UCommTelnet, USerialPort,
    99  SpecializedList, UBinarySerializer;
    1010
     
    9393    SetDTR(FDTR);
    9494    SetRTS(FRTS);
     95    SetFlowControl(fcNone);
    9596  end;
    9697end;
Note: See TracChangeset for help on using the changeset viewer.