Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsComSerialPort Interface / EnhancedSerialDataCom Property


In This Topic
EnhancedSerialDataCom Property
In This Topic
Specifies the Reflection 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

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