We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.
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