File tree Expand file tree Collapse file tree
lib/bacnet/stack/transport Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11if Code . ensure_loaded? ( Circuits.UART ) do
22 defmodule BACnet.Stack.Transport.MstpTransport do
33 @ moduledoc """
4- Highly experimental transport for BACnet MS/TP.
4+ The BACnet transport for BACnet MS/TP (Master-Slave/Token Passing)
5+ on a physical two wire electrical bus system called EIA-485 (RS485).
56
6- MS/TP stands for Master-Slave/Token-Passing and uses EIA-485 (RS485) as electrical transport.
7+ This transport should be considered experimental, but it is fairly tested
8+ with BACnet certified devices and BACnet stack C open source implementation.
79
810 This transport implementation supports ASHRAE 135-2016 and as such COBS encoding to allow frames
911 up to 1476 bytes. When sending such large APDUs the receiving device must also support ASHRAE 135-2016,
You can’t perform that action at this time.
0 commit comments