Write a byte to the device (e.g. a terminal)
- Store the byte in the write register
- Set GoW in the control register
- Check the RdyW bit in status register until it is set
or
- Store the byte in the write register
- Set GoW and IEW bits in the control register
- Be notified when the write completes (by device interrupt)