Hide minor edits - Show changes to markup
Serial.setTimeout() sets the maximum milliseconds to wait for serial data when using Serial.readBytesUntil() or Serial.readBytes(). It defaults to 1000 milliseconds.
Serial.setTimeout() inherits from the Stream utility class.
Serial.setTimeout(time)
time : timeout duration in milliseconds (long).
None