This file contains the CDC UART/Serial Port example using USB ROM Drivers.

Example description
The example shows how to us USBD ROM stack to creates a CDC UART/Serial port bridge.
 
Special connection requirements
Connect the USB cable between micro connector on board and to a host.
When connected to Windows host use the .inf included in the project
directory to install the driver. For OSx (Mac) host no drivers is needed. 

  - Embedded Artists LPC4357 Oem Board + Oem Base Board: 
    Option 1: Use USB connector J32 for connection to the PC. Make sure that jumpers JP18 
	          and JP19 are in the "Right" position and that JP17 is in the "Lower" position. 
			  See the User's Manual for instructions on where to locate the jumpers.

    Option 2: Use USB connector J21 for connection to the PC. Make sure that jumpers JP18 
	          and JP19 are in the "Left" position and that JP17 is in the "Up" position. 
			  See the User's Manual for instructions on where to locate the jumpers.
    
    Connect the normal USB/UART connector, J25, to the PC as well. 
    
    Open two terminal programs, each with 1152008N1. Whatever is typed in one terminal program
    will be visible in the other.


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.