Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 8 months ago.
Rpc and static IP does not work on FRDM K64F?
Hi guys, I have several questions, I try to use rpc to control my k64f through a webite. The FRDM K64F does not change the IP adress when I use: eth.init("192.168.1.101", "255.255.255.0"," 192.168.1.27");
I try to switch the led on and off with the rpc but when I search on the IP (http://192.168.1.27/rpc/led2/write1)that is given by the DHCP (192.168.1.27) then the browser says Error, HTTPServer error.
Does any body know how I can fix this In the link below you can find my code https://developer.mbed.org/users/Frostworks/code/12_6_rpc_variables/