InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsComSerialPort Object / Parity Property
In This Topic
Parity Property (ConnectionSettingsComSerialPort)
In This Topic
Get or set the type of parity on the connection.
Syntax
expression.Parity As ParityTypeOption
where expression is a variable that represents a ConnectionSettingsComSerialPort Object

Property Value

A ParityTypeOption Enumeration value.
Remarks
The default value is Parity8None. This value can be changed during an open connection.
See Also