problem with a serial communication system

jimLee:
This way :
if (digitalRead(rap_min)==LOW && digitalRead(rel_min)==LOW && digitalRead(rel_max)==LOW) {

}

-jim lee

i got it, thanks