| Index |
| Reference to the concerned serial port. |
| UartRxBytes |
| Successful received bytes on the serial port. |
| UartTxBytes |
| Successful transmitted bytes on the serial port. |
| UartRxParityErrors |
| Receive parity errors on the serial port. |
| UartRxOtherErrors |
| Receive errors of all other types (framing, noise, ...) on the serial port. |
| UartRxFifoErrors |
| Receive buffer overflow on the serial port. |
| UartSentXon |
| XOn bytes sent by the local device on the serial port. |
| UartSentXoff |
| XOff bytes sent by the local device on the serial port. |
| UartReceivedXon |
| XOn bytes received from the remote device on the serial port. |
| UartReceivedXoff |
| XOff bytes received from the remote device on the serial port. |
| IpRxBytes |
| Successful received bytes via IP. |
| IpTxBytes |
| Successful transmitted bytes via IP. |
| IpRxFifoErrors |
| Receive buffer overflow on IP side. |
| UartLocalHandshakeStatus |
| Current local handshake status. on(1) -- receiving enabled off(2) -- receiving disabled Enumerations: |
| UartRemoteHandshakeStatus |
| Current remote handshake status. on(1) -- receiving enabled off(2) -- receiving disabled Enumerations: |
| IpStatus |
| Current connection status. not-connected(1) -- not connected connecting(2) -- connecting connected(3) -- connected conn-refused(4) -- connection refused peer-unreabable(5) -- peer unreachable peer-timeout(6) -- peer not answering (timeout) Enumerations: - not-connected (1)
- connecting (2)
- connected (3)
- conn-refused (4)
- peer-unreabable (5)
- peer-timeout (6)
|
| IpLocalIp |
| TCP server: Local IP. 0 = not connected. TCP client: Local IP. 0 = not connected. UDP unicast: Local IP packets get send from. UDP multicast: Local IP packets get send from. |
| IpLocalPort |
| TCP server: Local port. TCP client: Local port. UDP unicast: Local port packets get send from. UDP multicast: Local port packets get send from. Range: 0 to 65535 |
| IpRemoteIp |
| TCP server: Remote IP. 0 = not connected. TCP client: Remote IP. 0 = not connected. UDP unicast: Remote IP the last packet was received from. UDP multicast: Remote IP the last packet was received from. |
| IpRemotePort |
| TCP server: Remote port. TCP client: Remote port. UDP unicast: Remote port the last packet was received from. UDP multicast: Remote port the last packet was received from. Range: 0 to 65535 |