InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsComSerialPort Interface / EnhancedSerialDataCom Property


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