title |
---|
Serial.readString() |
Serial.readString()
reads characters from the serial buffer into a String. The function terminates if it times out (see setTimeout()).
Serial.readString()
inherits from the Stream utility class.
Serial.readString()
Serial
: serial port object. See the list of available serial ports for each board on the Serial main page.
A String read from the serial buffer
-
LANGUAGE Serial
-
LANGUAGE begin()
-
LANGUAGE end()
-
LANGUAGE available()
-
LANGUAGE read()
-
LANGUAGE peek()
-
LANGUAGE flush()
-
LANGUAGE print()
-
LANGUAGE println()
-
LANGUAGE write()
-
LANGUAGE SerialEvent()
-
LANGUAGE parseFloat()