Changeset 440 for PinConnection/UCommTelnetComPortOption.pas
- Timestamp:
- Nov 19, 2012, 2:43:40 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PinConnection/UCommTelnetComPortOption.pas
r416 r440 6 6 7 7 uses 8 Classes, SysUtils, UComm Pin, UCommTelnet, USerialPort, UStreamHelper,8 Classes, SysUtils, UCommTelnet, USerialPort, 9 9 SpecializedList, UBinarySerializer; 10 10 … … 93 93 SetDTR(FDTR); 94 94 SetRTS(FRTS); 95 SetFlowControl(fcNone); 95 96 end; 96 97 end;
Note:
See TracChangeset
for help on using the changeset viewer.