Fixed the Linux DLMSTP standalone test application Makefile. (#1055)
This commit is contained in:
+4
-1
@@ -10,7 +10,7 @@ to configure the network.
|
||||
BACNET_IFACE - interface to use for the datalink layer
|
||||
For Linux, this is something like eth0 or /dev/ttyS0.
|
||||
For Windows, this is something like 192.168.0.1 or COM4
|
||||
Defaults to NULL.
|
||||
Defaults to NULL which tries to discover the localhost.
|
||||
|
||||
BACNET_IP_PORT - BACnet/IP port number.
|
||||
Defaults to 47808.
|
||||
@@ -27,6 +27,9 @@ BACNET_BBMD_ADDRESS - dotted IP address or domain name of BBMD.
|
||||
BACNET_MAX_INFO_FRAMES - BACnet MS/TP max-info-frames parameter.
|
||||
Defaults to 127.
|
||||
|
||||
BACNET_MAX_MASTER - BACnet MS/TP max-master parameter.
|
||||
Defaults to 127.
|
||||
|
||||
BACNET_MSTP_BAUD - BACnet MS/TP baud rate.
|
||||
Defaults to 38400.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user