Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsComSerialPort Object / EnhancedSerialDataCom Property
In This Topic
EnhancedSerialDataCom Property
In This Topic
Set this to True to use Reflection's own enhanced communications driver. Set to False if you have a third-party driver that must use the standard Windows data communications driver Comm.drv.
Syntax
expression.EnhancedSerialDataCom As Boolean
where expression is a variable that represents a ConnectionSettingsComSerialPort Object
Remarks
The default value is False. This value cannot be changed if the connection is open.
See Also