Using bacnet stm32f10x routines, how to add MSTP_Slave_Node_FSM (I want to use automac

26 Views Asked by At

I checked dlmstp.c in /port/stm32f10x and found that only master has no slave, because I need automac but there is no MSTP_Slave_Node_FSM in the process, what should I do.

I use device A (master) to send WhoIs to device B (slave), but device B fails to send I_AM

1

There are 1 best solutions below

0
Steven Smethurst On

When sending a Who-IS message to a MSTP Slave device you need to address it specifically as a directed message instead of a broadcast message (0xFF).