Some notes:
- the baudrate of the UART0 is set to 2400bps.
- the use of UartStream is an overkill for this simple example. A
  better fit would be the UartByte interface.
- buffering is not implemented so if the bytes arrive too quickly the
  send() will fail and some bytes will be skipped.