Admin Production rocket
Current Publication

EnhancedSerialDataCom Property

Reflection Desktop .NET API Guide V18.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
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

                  

                     
                     
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