Philips Semiconductors
AN10369
Philips ARM LPC microcontroller family
/* Baud rate set to 9600 */
U0DLL=0x10;
U0DLM=0x0;
/* Clear DLAB */
U0LCR=0x3;
}
/*********************************************************/
2.3 Terminal Program settings
This code was tested on Tera Term Pro v2.3 and the settings for the serial port are
shown below.
Fig 1. Tera Term serial port settings
2.4 Output
The output of the above code should be similar to the screen shown in Fig 2.
© Koninklijke Philips Electronics N.V. 2005. All rights reserved.
Application note
Rev. 01 — 06 April 2005
5 of 17