Skip to content

Commit 6e0c492

Browse files
author
CI
committed
Sync to GitHub
1 parent 44c669f commit 6e0c492

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

lib/bacnet/stack/transport/mstp_transport.ex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
if 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,

0 commit comments

Comments
 (0)