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.
Can I get a code which does the same thing in visual studio, but uses C languagee. Because I would be using openCv library which is used for image processing
"Can I get a code which does the same thing in visual studio, but uses C languagee."
Yes you can. The best way would be to use Google.
Can you get it? Well, that rather depends on how much effort you're prepared to put into getting it!
As already noted, using the COM ports on Windows PCs is not an uncommon task, and there is plenty of information to be had about it.
"but uses C languagee"
For anything PC these days - including VS - you're far more likely to find C++ than C. But that shouldn't really be a problem...
"But that shouldn't really be a problem..."
Absolutely. There are a good collection of functions to communicate via the COM ports within the WinApi - And they are easily accessible via C or C++.