UART example
This example show how to use the UART in 3 modes : Polling, Interrupt and DMA

Example description
The UART example shows how to use the UART in polling, interrupt, and
DMA modes.

To use the example, connect a serial cable to the board's RS232/UART port and
start a terminal program to monitor the port.  The terminal program on the host
PC should be setup for Baudrate-8-N-1 (Baudrate is optional).
After a reset condition, press 'a' or 'A' to start Auto-baudrate mode. Once Auto
baud rate mode completed, welcome menu is printed on terminal. Change modes by
selecting the option from the terminal.

Special connection requirements
There are no special connection requirements for this example.

  - Embedded Artists LPC4357 Oem Board + Oem Base Board. Use connector J25 on the
    Oem Base Board for USB connection to the PC.

Build procedures:
Visit the <a href="http://www.lpcware.com/content/project/lpcopen-platform-nxp-lpc-microcontrollers/lpcopen-v200-quickstart-guides">LPCOpen quickstart guides</a>
to get started building LPCOpen projects.