Sending Serial Data
Transmission is initiated by a write to SBUF
- start, data and stop bits shifted out automatically
- TI (transmit interrupt) set when stop bit goes
- indicates that interface is ready for next character
- TI can be polled, or used to interrupt
- must reset it in the software