InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / T27Terminal Object / RawEightBit Property
In This Topic
RawEightBit Property
In This Topic

Gets or sets a value indicating whether to transmit extended characters to the host and preserve the values above ASCII 127.

If false, T27 transmits extended characters as 7-bit characters.

Syntax
expression.RawEightBit As Boolean
where expression is a variable that represents a T27Terminal Object
See Also