This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

serial communication code for ARM7 lpc2129/01

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

Parents
  • 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.

Reply
  • 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.

Children