SerialDeviceToHost Property
Gets or sets a value indicating whether data received from the currently configured serial device port is sent to the host.
bool SerialDeviceToHost {get; set;}
'Declaration
Property SerialDeviceToHost As Boolean
'Usage
Dim instance As ITerminal
Dim value As Boolean
instance.SerialDeviceToHost = value
value = instance.SerialDeviceToHost
Property Value
The default is false.