Tomorrow I'll play around with it. Remember I told you I am not a programmer type, I just play around with the stuff because it keeps my brain doing something in old age.Would adding "LOW" statement to the next else if do?
Ex:
If(t =='F') {
DigitalWrite (13, HIGH);
}
Else if(t == 'B'){
DigitalWrite(13, LOW);
DigitalWrite(12, HIGH);
}
Using communications like we are is a different animal. I am sure someone good with this stuff could just bang the code out but me? I need to think about it.
Ron