Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionStatisticOption Enumeration
In This Topic
    ConnectionStatisticOption Enumeration
    In This Topic
    Specifies which statistics to return.
    Members
    MemberDescription
    BreakDetectWhenever the UART detects a break (a 200-millisecond interruption in the transmitting signal), it increments this statistic.
    FramingErrorsFraming errors often indicate that the baud rate is incorrect, the cable is bad or too long, or the UART (universal asynchronous receiver/transmitter) received a character with the wrong number of stop bits.
    ParityErrorsReturns the number of parity errors that have occurred.
    ReceiveBufferOverflowReflection has a buffer where characters received from the host computer are held until they can be processed.
    ReceiverOverRunsEach time the host computer transmits a character, the datacomm hardware notifies the processor that it has received a character.
    See Also