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

LPC2368 ARM 7 TDMI MCB 2300

Dear Mr.John Linq,

We require TCP/IP Protocol to send two bytes of data [SAMPLE PROGRAM].

Currently our Ethernet Driver Data is sent using HTTP protocol.In our Code we convert HTTP WebPage into TCP/IP Data and the same is sent ,We find more difficulty while sending data through HTTP,it is consuming more time too. But our requirement is to just send the two bytes of data in Ethernet.So TCP/IP Protocol is sufficient for us.

Regards,
Samjith.

Parents Reply Children
  • Hey Mr.Andy Neil ,

    Our problem is we just don't need the HTTP Stuff to enter anywhere We just Require the data to be sent only through TCP/IP protocol and view it through HyperTerminal with a delay of just 1Sec accurately.

    Regards,
    Samjith

  • You cannot just view TCP/IP data on Hyperterminal!

    For a TCP/IP connection to Hyperterminal, you would need to establish a Telnet session...

  • Hi Mr.Andy ,

    We have used EasyWeb Sample Application in our Controller to send data through Ethernet.We viewed the http web page through HyperTerminal [Host Address : 192.168.10.100 (ARM Controller Address) Port Number : 80 Connect Using TCP/IP (Winsock)] ,Whatever data received in hyperterminal is like the http Source Code with html Tags (like "<html>" "/r/n" ) . What we require is to continuously send the data to hyperterminal.Sorry Sir,i don't have knowledge on Telnet.

    The same application we have used RS-232 Communication,we want to replace the RS-232 to Ethernet(TCP/IP).

    Regards,
    Samjith