find()

<< Click to Display Table of Contents >>

Navigation:  Serial >

find()

Description

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 Serial.find() inherits from the utility class.

Syntax

Serial.find(target)