Serial.peek()

설명

내부 시리얼 버퍼에서 지우지 않고 시리얼 버퍼의 첫 바이트(문자)를 반환합니다. 즉, peek()의 연속 호출은 read()와는 다르게 동일한 문자를 계속 반환합니다.

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

문법

Serial.peek()

Arduino Mega only:

Serial1.peek()

Serial2.peek()

Serial3.peek()

매개변수

  • Nothing

반환값

  • 수신 직렬 데이터의 첫 번째 바이트 (또는 사용 가능한 데이터가없는 경우 -1). 데이터 유형: int

※ 주의 및 경고:

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