InfoConnect for Airlines
EnhancedSerialDataCom Property


Specifies the InfoConnect enhanced communications driver (when set to true).
Syntax
'Declaration
 
Property EnhancedSerialDataCom As Boolean
'Usage
 
Dim instance As IConnectionSettingsComSerialPort
Dim value As Boolean
 
instance.EnhancedSerialDataCom = value
 
value = instance.EnhancedSerialDataCom
bool EnhancedSerialDataCom {get; set;}

Property Value

This value cannot be changed if the connection is open.
Remarks
Set this value to false (the default) if you have a third-party driver that must use the standard Windows data communications driver (Comm.drv).
See Also