TextIO

Purpose

  • Text input and output channels to devices, such as UART or SPI.
  • TextIO.Writer is an object with procedures to write strings to an abstractly defined TextIO.Device, which needs to be extended accordingly for each physical output device, such as a UART.
  • TextIO.Reader is an object with procedures to read strings from an abstractly defined TextIO.Device.
  • Define input success/error codes.

See Also

Repository