This page is also available in 3 other languages

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()

매개변수

Nothing

반환

A String read from the serial buffer

더보기