Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / SerialDevicePort Property


In This Topic
SerialDevicePort Property
In This Topic
Gets or sets the serial port on the PC that is used as the terminal serial device port.
Syntax
'Declaration
 
Property SerialDevicePort As String
 
'Usage
 
Dim instance As ITerminal
Dim value As String
 
instance.SerialDevicePort = value
 
value = instance.SerialDevicePort

Property Value

The default value is "NONE". Possible values are "COM1," "COM2," and so forth. These values are not case sensitive.
Remarks
The value of this property is only relevant when the LogToSerialDevice property is true.
See Also