accessing hyperterminal through lan

Thread Starter

lekshmipriya1989

Joined Apr 7, 2011
3
i have interfaced a temperature monitoring circuit with my pc..through the hyperterminal and i'm able to get the data read on to it..now i want to connect my pc to other pc via wired lan connection..
i want to know if its possible to access the hyperterminal data from the first pc(the one which has the direct conncetion with the circuit)
what is to be done?
will it be possible to avoid GUI (like labview) to share the data..
 

retched

Joined Dec 5, 2009
5,207
If you can post the data to a "shared" area, the second PC should only have to access it via standard get.

Just like looking at a web page.
 

nerdegutta

Joined Dec 15, 2009
2,684
will it be possible to avoid GUI (like labview) to share the data..
If:

  • the data is stored in a file

  • the directory containing the file is accessible
Then I think you can use either Telnet or Putty to view the data. You might only need a minimum installation of Linux, with Telnet or Putty installed to view it.
 
Top