Closed Soft-Eng-Soft closed 3 weeks ago
Hey, I have the same issue too. When trying to Write multible Coils in sequence to different Slaves it only does the first one. what am i doing wrong?
void loop() { if (!mb.slave()) { mb.writeCoil(1, 1, coils[1], cbWrite); mb.writeCoil(2, 1, coils[2], cbWrite); } mb.task(); delay(25); }
Hi emelianov How to write multiple coil