Serial.readBytesUntil() reads characters from the serial buffer into an array. The function terminates if the terminator character is detected, the determined length has been read, or it times out (see Serial.setTimeout()). Serial.readBytesUntil() returns the number of characters read into the buffer. A 0 means no valid data was found. Serial.readBytesUntil() inherits from the Stream utility class.
Serial.setTimeout(time)
time : timeout duration in milliseconds (long).
none
Corrections, suggestions, and new documentation should be posted to the Forum.
The text of the Energia getting started guide is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Energia reference is based on Arduino reference. Code samples in the guide are released into the public domain.