Expand description
BACnet MS/TP data link layer implementation.
Implements the ASHRAE 135 Clause 9 master node state machine for MS/TP (Master-Slave/Token-Passing) over RS-485 serial links.
Modules§
- crc
- CRC-8 and CRC-16 routines for MS/TP frame verification. CRC routines for MS/TP frames (ASHRAE 135 Annex G).
- frame
- MS/TP frame encoding and decoding. MS/TP frame encoding and decoding.
Structs§
- Mstp
Config - Configuration for the MS/TP transport.
- Mstp
Transport - MS/TP transport — implements the
DataLinktrait for BACnet over RS-485 serial.