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

Embedded Web Server using hard TCP/IP module

I am trying to implement Embedded Web Server wherein i have ported MicroC/OS-II RTOS on NXP LPC2148 MCU with a few sensors interfaced to monitor temperature, moisture level and humidity.

I am planning to use USR-TCP-232-T which is TTL UART to Ethernet TCPIP convert module so that the sensor parameters can be monitored remotely.

So, i would like to know
1. Is USR-TCP-232-T product suitable for this implementation.I mean similar to Keil's Easy Web example?
2. What are the software technical skills required to implement it ?
3. How does the communication happen between the embedded web page & the sensor data?

0