SPI without Pin 10

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