44 lines
967 B
Plaintext
44 lines
967 B
Plaintext
object DataModule_COM: TDataModule_COM
|
|
OldCreateOrder = False
|
|
OnDestroy = DataModuleDestroy
|
|
Left = 192
|
|
Top = 130
|
|
Height = 226
|
|
Width = 309
|
|
object Comm1: TComm
|
|
CommName = 'COM2'
|
|
BaudRate = 9600
|
|
ParityCheck = False
|
|
Outx_CtsFlow = False
|
|
Outx_DsrFlow = False
|
|
DtrControl = DtrEnable
|
|
DsrSensitivity = False
|
|
TxContinueOnXoff = True
|
|
Outx_XonXoffFlow = True
|
|
Inx_XonXoffFlow = True
|
|
ReplaceWhenParityError = False
|
|
IgnoreNullChar = False
|
|
RtsControl = RtsEnable
|
|
XonLimit = 500
|
|
XoffLimit = 500
|
|
ByteSize = _8
|
|
Parity = None
|
|
StopBits = _1
|
|
XonChar = #17
|
|
XoffChar = #19
|
|
ReplacedChar = #0
|
|
ReadIntervalTimeout = 100
|
|
ReadTotalTimeoutMultiplier = 0
|
|
ReadTotalTimeoutConstant = 0
|
|
WriteTotalTimeoutMultiplier = 0
|
|
WriteTotalTimeoutConstant = 0
|
|
OnReceiveData = Comm1ReceiveData
|
|
Left = 100
|
|
Top = 76
|
|
end
|
|
object Timer1: TTimer
|
|
Left = 172
|
|
Top = 84
|
|
end
|
|
end
|