Hi, In our project , PC is connected to arm7 lpc2468 via Ethernet. I have hardcoded the ip address in microcontroller's firmware. Now i want to change that ip address using a By sending a new ip address to microcontroller through Ethernet through PC . Plz suggest me the way to solve this issue.
Thankyou, CHANDRAKANT PAL
Wouldn't DHCP be a more logic way to give the board an IP address in case you don't want the board to have a fixed IP number?