Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.09 KB

availableForWrite.adoc

File metadata and controls

59 lines (40 loc) · 1.09 KB
title
Serial.availableForWrite()

availableForWrite()

Description

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

Syntax

Serial.availableForWrite()

Parameters

Serial: serial port object. See the list of available serial ports for each board on the Serial main page.

Returns

The number of bytes available to write.

See also