Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / LogToSerialDevice Property
In This Topic
LogToSerialDevice Property
In This Topic
Gets or sets whether data logged by the terminal is sent to the currently configured serial device.
Syntax
expression.LogToSerialDevice As Boolean
where expression is a variable that represents a Terminal Object
Remarks
Set this property to true if you use a host application that requires two-way communication with a serial device, such as a printer or bar code reader. The default value is false.
See Also