Serial.findUntil()

설명

Serial.findUntil()은 다음 구문에서 주어진 문자나 terminal 문자를 발견 할 때 까지 시리얼 버퍼에서 값을 읽습니다.

​이 함수는 주어진 문자열이 발견되면 true를 반환하고 시간이 초과되면 false를 반환합니다.

Serial.findUntil()Stream 유틸리티 클래스에서 상속합니다.

문법

Serial.findUntil(target, terminal)

매개변수

  • target: 검색 할 문자열. 허용되는 데이터 유형: char.
  • terminal: 검색의 터미널 문자열. 허용되는 데이터 유형: char.

반환값

  • bool

※ 주의 및 경고:

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)

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