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

Serial to Ethernet conveter

Here my application is whatever data Received through serial(UART1) and Transmit via Ethernet

For this application we used LPC1768 micro controller and taken reference software code is EasyWeb.uvproj.

EasyWeb source code modified local port as TELNET, even though data transmit via Ethernet is very slow and every one second one data can able to transmit.

We need as soon as received data from serial, it should transmit very fast via Ethernet.

For this communication am using Hyper Terminal Windows

Please any one help me how to over come this problem.

Regards,
Ashok

Parents
  • I am using easy Web example program on mcb1700 evaluation board. I want to modified it for continuous data transfer. this program transfer one frame and tcp socket is getting close.
    can anybody suggest me how to transfer continuous data without closing tcp scoket.

Reply
  • I am using easy Web example program on mcb1700 evaluation board. I want to modified it for continuous data transfer. this program transfer one frame and tcp socket is getting close.
    can anybody suggest me how to transfer continuous data without closing tcp scoket.

Children