Serial.findUntil()

Descrição

Serial.findUntil() lê dados do buffer serial até uma string especificada de dado tamanho ou um terminador serem encontrados.

A função retorna true se a string especificada é encontrada, false se ocorre time-out.

A função Serial.findUntil() é herdada da classe Stream.

Sintaxe

Serial.findUntil(str, terminal)

Parâmetros

  • Serial: objeto porta serial. Veja a lista de portas seriais disponíveis em cada placa no Serial - Página principal
  • str : a string a ser procurada (*char)
  • terminal : a string terminadora da busca (*char)

Retorna

Se a string foi ou não encontrada no buffer - bool

※ Notas e Advertências:

Serial functions are not only used for the communication between an Arduino board and Serial Monitor of Arduino IDE but also used for the communication between:

  • An Arduino board and other Arduino board
  • An Arduino board and other sensors/devices
  • An Arduino board and computer (any Serial software on computer)* An Arduino board and other Arduino board
  • An Arduino board and other sensors/devices
  • An Arduino board and computer (any Serial software on computer)

Ver Também

ARDUINO BUY RECOMMENDATION

Arduino UNO R3
Arduino Starter Kit
Please note: These are Amazon affiliate links. If you buy the components through these links, We will get a commission at no extra cost to you. We appreciate it.

※ OUR MESSAGES