import data

W

wesleyj

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
 
S

Stefan B Rusynko

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
|
|
|
|
 
J

Jim Buyens

-----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)
|/---------------------------------------------------
*----------------------------------------------------
 
Top