Added a MSTP monitor build for BACnet Development Kit. Use 'make BUILD=monitor' with Makefile. Uses second serial port at 115200, and can be monitored using mstpcap utility.

This commit is contained in:
skarg
2010-07-18 20:22:24 +00:00
parent a298d07b9a
commit c0d63a1ed0
4 changed files with 28 additions and 1 deletions
@@ -31,6 +31,7 @@
#include "nvdata.h"
#include "rs485.h"
#include "input.h"
#include "adc.h"
/* BACnet Stack includes */
#include "datalink.h"
#include "npdu.h"