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.
10 years, 9 months ago.
error when I post a value to rpc variable on mbed (interfacing with javascript)
I am trying a simple program of sending a float type number to a variable on the mbed using OnClick button. Each time I click the button, I get a browser error of: GET http://mbed IP address/rpc/Temp/write, 12.6 [HTTP/1.1 404 Error 2555ms] Do anyone know what might be causing this? The cpp file is the one used in RPC HTTP Server found at http://mbed.org/users/sammacjunkie/notebook/rpc-http-server/ I am getting the input value using a form and sending the value to the rpc variable when the button is clicked.