import data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We have a PC running hyperterminal, it displays ansi data received through a Com Port from an external source
I need to somehow capture that information and display it both on our inter and intra net.

Anybody got any ideas???

Than

Joh
 
Suggest you try a Windows or Terminal Server newsgroup

--




| We have a PC running hyperterminal, it displays ansi data received through a Com Port from an external source.
| I need to somehow capture that information and display it both on our inter and intra net.
|
| Anybody got any ideas????
|
| Thanx
|
| John
|
|
|
|
 
-----Original Message-----
We have a PC running hyperterminal, it displays ansi
data received through a Com Port from an external source.
I need to somehow capture that information and display
it both on our inter and intra net.

You would need to develop or discover some sort of
background task (probably a Windows Service) that watches
the COM port and records the data in a flat file or a
database or whatever. That's the hard part.

Writing a Web app that displayed the contents of the file
or database would be relatively simple.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top