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

Lpc2368 communication

Hello,
I want communicate with my lpc2368 by the Ethernet port using an application whose create with visual basic.
It is possible ?
How ?

Thanks,

Mickael

Parents
  • Before looking at sample code, you will have to decide on a TCP/IP stack. The API of the different stacks are not identical, so the samples must be for _your_ stack.

    On larger machines, POSIX defines a number of standard functions and structures, but most embedded systems need to perform optimizations and reductions because of lack of memory.

Reply
  • Before looking at sample code, you will have to decide on a TCP/IP stack. The API of the different stacks are not identical, so the samples must be for _your_ stack.

    On larger machines, POSIX defines a number of standard functions and structures, but most embedded systems need to perform optimizations and reductions because of lack of memory.

Children