hello, Please tell me how to use the serial interrupt in LPC2104? Please tell me the baud rate setting(ex:9600),parity... I would be thankful to you, if you help me in this regard. thank u, sri.
Take a look at the Interrupt-Driven SIO example for the LPC2100. http://www.keil.com/download/docs/lpc2100_sio.zip.asp Jon
Hi There is a small error in the code. In the sio.c (void sio irq()) it should be case 0x04: case 0x0c: NOT case 0x04: case 0xc0: best regards John
Thanks for the info. I've updated the example. Jon