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 definedTextIO.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 definedTextIO.Device
.- Define input success/error codes.
See Also
- Text Output and Input
- Main.mod
- Out.mod, In.mod, Texts.mod
- Terminals.mod, UARTdev.mod, UARTstr.mod, UARTkstr.mod