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?