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

About embedded web server Technology

Am new to this field can any body help me in writing code for embedded web server by using LPC1768(Keil Software). i.e am try to read the data or values from web page to the micro controller,based upon that values am going perform the operation on board.For example in my web page there is on and off buttons to control the operation of the any peripheral connected to the controller.

thank you to all in advance .

Parents
  • Hello Vikram,

    there are multiple problems with this example, but the main problem is: it is for uVision3! It will not compile with uVision4. If you want to test the uV4 HTTP Demo for LPC1700, please open the project under C:\Keil\ARM\Boards\Keil\MCB1700\RL\TCPnet\Http_Demo\Http_demo.uvproj. This can be compiled instantaneously. Remember: You need MDK-Professional to work with Middleware. MDK-Lite (32 kB Code Size limitation) will not work with this example.

    Kind regards,

    Christopher

Reply
  • Hello Vikram,

    there are multiple problems with this example, but the main problem is: it is for uVision3! It will not compile with uVision4. If you want to test the uV4 HTTP Demo for LPC1700, please open the project under C:\Keil\ARM\Boards\Keil\MCB1700\RL\TCPnet\Http_Demo\Http_demo.uvproj. This can be compiled instantaneously. Remember: You need MDK-Professional to work with Middleware. MDK-Lite (32 kB Code Size limitation) will not work with this example.

    Kind regards,

    Christopher

Children