Skip to main content

Serial Read/Receive

These blocks help your program detect incoming serial data and convert it into useful values.

Get bytes available

Read how many bytes are currently waiting in the serial buffer.

Check for serial data

Return whether any serial data is available.

Read serial data until character

Read text until a chosen terminating character is received.

Read serial data

Read incoming serial data as text.

Serial read byte

Read one byte and return it as a number.

Read serial data as number

Read incoming serial data and convert it to a number.