Changeset 575 for PinConnection/PinConnection.pas
- Timestamp:
- Jun 25, 2024, 11:56:51 AM (4 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
PinConnection/PinConnection.pas
r574 r575 1 unit UPinConnection; 2 3 {$mode delphi}{$H+} 1 unit PinConnection; 4 2 5 3 interface … … 14 12 15 13 uses 16 UCommMark, UCommSerialPort, UCommTCPServer, UCommTCPClient, UCommFrame,17 UPacketBurst, UCommThread, UCommDelay, UCommHub, UCommConcentrator,18 UCommTelnet;14 CommMark, CommSerialPort, CommTCPServer, CommTCPClient, CommFrame, 15 PacketBurst, CommThread, CommDelay, CommHub, CommConcentrator, 16 CommTelnet; 19 17 20 18 procedure Register;
Note:
See TracChangeset
for help on using the changeset viewer.