Expand description
USB Serial Communication
Functions§
- vexSerial
Peek ⚠Char - Returns the next available byte to be read in the input buffer without removing it from the buffer.
- vexSerial
Read ⚠Char - Reads a single byte from the input buffer.
- vexSerial
Write ⚠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.
- vexSerial
Write ⚠Char - Writes a single byte to the serial FIFO output buffer.
- vexSerial
Write ⚠Free - Returns the number of free bytes (out of
2048
) remaining in the serial output buffer. - vex_
printf ⚠ - vex_
snprintf ⚠ - vex_
sprintf ⚠ - vex_
vprintf ⚠ - Safety
- vex_
vsnprintf ⚠ - Safety
- vex_
vsprintf ⚠ - Safety