Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / 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
expression.SerialDevicePort As String
where expression is a variable that represents a Terminal Object
Remarks
The value of this property is only relevant when the LogToSerialDevice property is true.

The default value is "NONE". Possible values are "COM1," "COM2," and so forth. These values are not case sensitive.

See Also