Closed praegustator closed 2 years ago
I encountered the problem with single-channel relay from same manufacturer.
With debug=true I was able to see that the chars A0 01 01 A2 were sent successfully. However, the relay did not switched on. I changed the baud rate to 9600.
debug=true
A0 01 01 A2
Serial.begin(9600);
Now everything works perfectly.
I encountered the problem with single-channel relay from same manufacturer.
With
debug=true
I was able to see that the charsA0 01 01 A2
were sent successfully. However, the relay did not switched on. I changed the baud rate to 9600.Now everything works perfectly.