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
  • Did you start your day by asking this question, or have you spent some time thinking about this problem before you asked the qeustion?

    Do you believe that the ARM chip isn't VB compatible? Or that VB can make ethernet-capable applications as long as the other side isn't based on an ARM chip?

    Please come back with a bit of information why you saw a need to question the possibility of interfacing an LPC2368 with a VB program.

    How to do it?

    Get a TCP/IP stack for the ARM - either buy from Keil, or try using any free stack. Read through the example code for the choosen stack. Write an application.

    Write a VB program that can communicate with a PC program using Ethernet.

    Connect the ARM hardware to the PC and change the IP number and possibly port number in the VB program and communicate with your ARM hardware instead.

Reply
  • Did you start your day by asking this question, or have you spent some time thinking about this problem before you asked the qeustion?

    Do you believe that the ARM chip isn't VB compatible? Or that VB can make ethernet-capable applications as long as the other side isn't based on an ARM chip?

    Please come back with a bit of information why you saw a need to question the possibility of interfacing an LPC2368 with a VB program.

    How to do it?

    Get a TCP/IP stack for the ARM - either buy from Keil, or try using any free stack. Read through the example code for the choosen stack. Write an application.

    Write a VB program that can communicate with a PC program using Ethernet.

    Connect the ARM hardware to the PC and change the IP number and possibly port number in the VB program and communicate with your ARM hardware instead.

Children