Skip to content

Commit 2b8451c

Browse files
author
CI
committed
Sync to GitHub
1 parent e47ae96 commit 2b8451c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/bacnet/stack/transport/mstp_transport.ex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ if Code.ensure_loaded?(Circuits.UART) do
1616
```
1717
As defined by `t:BACnet.Stack.TransportBehaviour.transport_cb_frame/0`.
1818
19-
Note: Currently `max_apdu_length/0` and `max_npdu_length/0` always return the max APDU as per 135-2012
20-
and not the higher possible APDU as per 135-2016.
21-
2219
It uses `Circuits.UART` to handle RS485 for us in active mode.
2320
If you want to use this transport, you'll have to add [`:circuits_uart`](https://hex.pm/packages/circuits_uart)
2421
to your `mix.exs` as dependency! It is an optional dependency and thus

0 commit comments

Comments
 (0)