Changeset 575 for PinConnection/CommSerialPort.pas
- Timestamp:
- Jun 25, 2024, 11:56:51 AM (4 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
PinConnection/CommSerialPort.pas
r574 r575 1 unit UCommSerialPort; 2 3 {$mode Delphi}{$H+} 1 unit CommSerialPort; 4 2 5 3 interface 6 4 7 5 uses 8 Classes, USerialPort, UCommPin, SysUtils, DateUtils, SpecializedList,6 Classes, SerialPort, CommPin, SysUtils, DateUtils, SpecializedList, 9 7 SyncObjs; 10 8 … … 30 28 31 29 implementation 32 33 30 34 31 { TCommSerialPort }
Note:
See TracChangeset
for help on using the changeset viewer.