[Serial]
説明
Serial.find()
reads data from the serial buffer until the target string of given length is found. The function returns true if target string is found, false if it times out.
Serial.find()
inherits from the Stream utility class.
構文
Serial.find(target)
媒介変数
target
: the string to search for (char string)
戻り値
boolean
See also
Language Reference Home
86Duino のリファレンスのテキストは Arduino レファレンス を編集したもので、 Creative Commons Attribution-ShareAlike 3.0 License下でライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。