Serial.available()
설명
직렬 포트에서 읽어들일 글자의 바이트 수를 가져옵니다. 그것은 이미 도착하여 직렬 수신 버퍼 (64 바이트를 보유)에 저장된 데이터의 수입니다.
Serial.available()은 Stream 유틸리티 클래스에서 상속합니다.
문법
모든 모드
Serial.available()
아두이노 메가 한정:
Serial1.available()
Serial2.available()
Serial3.available()
매개변수
- Nothing
반환값
- 읽어들일 문자의 바이트 수
예제 코드
예제 코드 1
- Type "HELLO" on Serial Monitor and click Send button:
- 시리얼 모니터에 결과:
예제 코드 2
Arduino Mega example:
※ 주의 및 경고:
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 - Serial
- 언어 : Serial.begin()
- 언어 : Serial.end()
- 언어 : Serial.find()
- 언어 : Serial.findUntil()
- 언어 : Serial.flush()
- 언어 : if(Serial)
- 언어 : Serial.parseFloat()
- 언어 : Serial.parseInt()
- 언어 : Serial.peek()
- 언어 : Serial.print()
- 언어 : Serial.println()
- 언어 : Serial.read()
- 언어 : Serial.readBytes()
- 언어 : Serial.readString()
- 언어 : serialEvent()
- 언어 : Serial.setTimeout()
- 언어 : Serial.write()
※ ARDUINO BUY RECOMMENDATION
Arduino UNO R3 | |
Arduino Starter Kit |