On the Arduino reference page here, serialEvent() - Arduino Reference it mentions using Serial.bufferUntil() so that SerialEvent() only triggers after a certain character has been received.
When I use it in my program I get the error " 'class HardwareSerial' has no member named 'bufferUntil' ".
Is this a mistake in the online reference or am I using it wrongly?