Content originally posted in LPCWare by Rob65 on Mon Oct 28 09:50:41 MST 2013
you could just use on of the examples in the LPCXpresso (e.g. lpc17xx\examples.lpc17xxnew.zip\uart
That example shows how to write characters and a string to the uart. For formatting, using sprintf.
The nice way is of course to create a write function that attaches to printf (lib_small_printf_m3 in the same .zip file).
Rob