UARTstr

Purpose

  • String IO procedures
  • HW-buffered (FIFO)
  • Busy-waiting with transmit buffer full on transmit, or buffer empty on receive.

Notes

  • Kernel not required.

Description

GetString

  • Does not check for FIFO overruns, ie. we assume our program will “be there in time” to read the FIFO.

See Also

References

Repository