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
  • There is no requirement that you must use C on the LPC side. But it is easier to find a C or a C++ compiler than it is to find a Pascal, Algol, Ada, C#, ... compiler.

    Should be trivial to figure out which side is the server.

    What is the link intended for?

    Requesting configuration? Then the server is the PC, and multiple embedded systems connects.

    Retrieving measurements? Then the board is the server, and the PC side has a list of IP numbers to connect to - one for each embedded unit.

    Pushing of measurements? Then the server is on the PC side, and the embedded unit connects and sends in measurements.

    If you do not know what the link should be used for, then you do not need the link in the first place...

Reply
  • There is no requirement that you must use C on the LPC side. But it is easier to find a C or a C++ compiler than it is to find a Pascal, Algol, Ada, C#, ... compiler.

    Should be trivial to figure out which side is the server.

    What is the link intended for?

    Requesting configuration? Then the server is the PC, and multiple embedded systems connects.

    Retrieving measurements? Then the board is the server, and the PC side has a list of IP numbers to connect to - one for each embedded unit.

    Pushing of measurements? Then the server is on the PC side, and the embedded unit connects and sends in measurements.

    If you do not know what the link should be used for, then you do not need the link in the first place...

Children
No data