Changeset 575 for PinConnection/SerialPort.pas
- Timestamp:
- Jun 25, 2024, 11:56:51 AM (4 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
PinConnection/SerialPort.pas
r574 r575 1 unit USerialPort; 2 3 {$mode Delphi}{$H+} 1 unit SerialPort; 4 2 5 3 interface … … 7 5 uses 8 6 {$IFDEF Windows}Windows, {$ENDIF}Registry, 9 Classes, SysUtils, SynaSer, Dialogs, UCommon, UThreading, Syncobjs,7 Classes, SysUtils, SynaSer, Dialogs, Common, Threading, Syncobjs, 10 8 DateUtils, FileUtil, SpecializedList; 11 9 … … 92 90 INVALID_HANDLE_VALUE = DWORD(-1); 93 91 92 94 93 implementation 95 94
Note:
See TracChangeset
for help on using the changeset viewer.