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

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
  • Well of course it does!

    Obviously, anything that runs on a Windows platform is going to have to use the Windows API(s) to access the features of that platform!

    Similarly, if you were using a Linux platform, you'd need to use the appropriate Linux API(s).

    "UART using visual studio but it was to complex to understand"

    You should not think about using the UART - you should think, instead, about using a COM Port...

    Note that there are various 3rd-party libraries available to help with COM port handling on Windows...

    "Because on there forum when I posted..."

    How about giving a link to that post, then?

Reply
  • Well of course it does!

    Obviously, anything that runs on a Windows platform is going to have to use the Windows API(s) to access the features of that platform!

    Similarly, if you were using a Linux platform, you'd need to use the appropriate Linux API(s).

    "UART using visual studio but it was to complex to understand"

    You should not think about using the UART - you should think, instead, about using a COM Port...

    Note that there are various 3rd-party libraries available to help with COM port handling on Windows...

    "Because on there forum when I posted..."

    How about giving a link to that post, then?

Children
No data