SerialDevicePort Property
Gets or sets the serial port on the PC that is used as the terminal serial device port.
string SerialDevicePort {get; set;}
'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.