-
Notifications
You must be signed in to change notification settings - Fork 5
/
dmSerial.Windows.dfm
74 lines (74 loc) · 1.38 KB
/
dmSerial.Windows.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
object dmSerial: TdmSerial
OldCreateOrder = False
Height = 411
Width = 474
object Serial: TFComPort
Active = False
BufferSizes.Output = 4096
DeviceName = 'COM1'
Options = [opAbortOnError]
Left = 192
Top = 208
end
object FComSignalRX: TFComSignal
ColorOff = claMaroon
ColorOn = claRed
ComPort = Serial
Delay = 50
Signal = siRxChar
Left = 96
Top = 24
end
object FComSignalCTS: TFComSignal
ColorOff = claOlive
ColorOn = claYellow
ComPort = Serial
Delay = 50
Signal = siCTS
Left = 96
Top = 80
end
object FComSignalRing: TFComSignal
ColorOff = claMaroon
ColorOn = claRed
ComPort = Serial
Delay = 50
Signal = siRing
Left = 96
Top = 144
end
object FComSignalBreak: TFComSignal
ColorOff = claNavy
ColorOn = claBlue
ComPort = Serial
Delay = 50
Signal = siBreak
Left = 96
Top = 208
end
object FComSignalRLSD: TFComSignal
ColorOff = claMaroon
ColorOn = claRed
ComPort = Serial
Delay = 50
Signal = siRLSD
Left = 192
Top = 144
end
object FComSignalDSR: TFComSignal
ColorOff = claOlive
ColorOn = claYellow
ComPort = Serial
Delay = 50
Signal = siDSR
Left = 192
Top = 80
end
object FComSignalTX: TFComSignal
ComPort = Serial
Delay = 50
Signal = siTxChar
Left = 192
Top = 24
end
end