Interfacing LPC2148 with visual studio

I have development board of LPC2148
can anyone give me an example of UART communication for the same using visual studio 2008.
Since the project is based on image processing I just need to the transfer those values to Embedded kit from visual studio.

So please if anyone has the example of let say "HELLO WORLD" also it would be a gerat help to me.

Parents
  • Why do you think your Visual Studio 2008 project needs to know what processor you have on the embedded board? All you have to agree on is what baudrate to use, number of bits, stop bits, any paritiy. Then it's standard serial communication.

    So you are way better off finding Visual Studio 2008 sample code on a Microsoft-oriented board or going through the MSDN samples.

Reply
  • Why do you think your Visual Studio 2008 project needs to know what processor you have on the embedded board? All you have to agree on is what baudrate to use, number of bits, stop bits, any paritiy. Then it's standard serial communication.

    So you are way better off finding Visual Studio 2008 sample code on a Microsoft-oriented board or going through the MSDN samples.

Children
More questions in this forum