We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I am using ARM7 lpc2129/01 based Development board and has difficulty in achieving serial communication with PC. I believe that it is due to baud rate problem. It would be really great, if some sample codes are available.
Thank you
Here is some code that is worth trying.
http://www.keil.com/download/docs/297.asp
I am using a LPC2129 board. The code is old but I make a new project and use a new startup file and have got several of these project working by just including the c files that the old projects have.
Some problems with some of the projects because the compiler has changed since 2004.
There is a uart project that I got working today. all you need to to do is type in teraterm and the uart will echo the data back.
Thanks for sharing the codes Gary.