ConnectionStatisticOption Enumeration
In This Topic
Specifies which statistics to return.
Members
Member | Description |
BreakDetect | Whenever the UART detects a break (a 200-millisecond interruption in the transmitting signal), it increments this statistic. |
FramingErrors | Framing 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. |
ParityErrors | Returns the number of parity errors that have occurred. |
ReceiveBufferOverflow | Reflection has a buffer where characters received from the host computer are held until they can be processed. |
ReceiverOverRuns | Each time the host computer transmits a character, the datacomm hardware notifies the processor that it has received a character. |
See Also