We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47ae96 commit 2b8451cCopy full SHA for 2b8451c
1 file changed
lib/bacnet/stack/transport/mstp_transport.ex
@@ -16,9 +16,6 @@ if Code.ensure_loaded?(Circuits.UART) do
16
```
17
As defined by `t:BACnet.Stack.TransportBehaviour.transport_cb_frame/0`.
18
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
-
22
It uses `Circuits.UART` to handle RS485 for us in active mode.
23
If you want to use this transport, you'll have to add [`:circuits_uart`](https://hex.pm/packages/circuits_uart)
24
to your `mix.exs` as dependency! It is an optional dependency and thus
0 commit comments