Connect a CAN bus device
Read frames from a CAN bus through a gateway's CAN transceiver.
Protocol: can · Requires: a gateway
Connection fields:
| Field | Meaning |
|---|---|
txPin / rxPin |
Gateway pins to the CAN transceiver |
baudRate |
125000, 250000, 500000, or 1000000 |
sampleIntervalMs |
How often to sample (ms) |
Steps
- Connect the transceiver to the gateway's TX/RX pins and the CAN-H/CAN-L lines to the bus.
- Add a device with protocol can, choose the gateway, and match the bus baud rate.
- Map decoded signals to tags.
can/fault events usually mean a baud-rate mismatch or wiring/termination issue.