Boards
Reference
Lessons
About
Contact
More
08 Serial Communication
Get the number of bytes (characters) available for reading from the serial port. This is data that's already arrived and stored in the serial receive buffer (which holds 64 bytes).
Serial.available()
Returns
the number of bytes available to read