if (Serial.available() >8){ // enough data arrived?
if (Serial.read() == '
){ // correct start byte?
// now read all the rest
.
.
} // end start byte test
} // end data available check
if (Serial.available() >8){ // enough data arrived?
if (Serial.read() == '
){ // correct start byte?
// now read all the rest
.
.
} // end start byte test
} // end data available check