Connect a UART / serial device
Read a serial stream from a gateway's UART pins.
Protocol: uart · Requires: a gateway
Connection fields:
| Field | Meaning |
|---|---|
txPin / rxPin |
Gateway serial pins |
baudRate |
Serial speed (must match the device) |
dataBits / stopBits |
Frame format (usually 8 / 1) |
parity |
none, even, or odd |
sampleIntervalMs |
Read interval (ms) |
Steps
- Cross-wire TX↔RX between the device and gateway and match the baud/parity.
- Add a device with protocol uart, pick the gateway, and enter the fields.
- Add tags for the values you parse.
uart/fault events usually mean a baud or framing mismatch.