Expand description
USB Serial Communication
Functions§
- Returns the next available byte to be read in the input buffer without removing it from the buffer.
- Reads a single byte from the input buffer.
- Writes an arbitrary buffer to the serial FIFO output buffer, returning how many bytes were written. The output buffer has a maximum size of 2048 bytes, meaning that a larger buffer may be truncated.
- Writes a single byte to the serial FIFO output buffer.
- Returns the number of free bytes (out of
2048
) remaining in the serial output buffer. - Safety
- Safety
- Safety