Hi everyone and Nick,
Please can someone guide me that how can a master send a message to multiple slaves using RS 485 non blocking library. As I am trying to understand the code but I am unable find a variable where we could define the slave to which we want to send the message. As in the blocking code the message includes i.e.
byte msg [] = {
1, // device 1 (slave) address
3 // turn light on command received
};
please help me.
Please can someone guide me that how can a master send a message to multiple slaves using RS 485 non blocking library. As I am trying to understand the code but I am unable find a variable where we could define the slave to which we want to send the message. As in the blocking code the message includes i.e.
byte msg [] = {
1, // device 1 (slave) address
3 // turn light on command received
};
please help me.