This page is also available in 3 other languages

Serial.availableForWrite()

설명

Get the number of bytes (characters) available for writing in the serial buffer without blocking the write operation.

문법

Serial.availableForWrite()

Arduino Mega only:

Serial1.availableForWrite()
Serial2.availableForWrite()
Serial3.availableForWrite()

매개변수

Nothing

반환

The number of bytes available to write.

더보기