Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Terminal Emulation
Message
 
 
To
09/02/1999 12:05:33
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00185553
Message ID:
00185829
Views:
14
>How can I respond to the host system\modem via data from a table?
>
>PROGRAMMING OBJECTIVE:
>I am trying to write a program or routine that would automatically turn off a list of pagers via terminal emulation. I have a table whisch has the required data to turn off each pager...Host phone #, Pager ID, and Pager #.
>
>Could anyone point me in the right direction?

Some ideas for you...

1) There is a VB sample on the Visual Studio 6 CD that uses MSCOMM to do a terminal emulation (from what I can tell). You might be able to adapt that example.

2) Terminal emulation programs (I have experience with Reflections II Plus) allow you to write scripts that can do things like log onto a host and interact with them (input keystrokes and also wait for prompts to appear). These scripts can be called from the command prompt which means that you could call them from VFP.

3) In theory you could attached the terminal connection to a serial port and then read and write keystokes to the host. I have never tried this though.

P.S. Have you posted this question before? I am getting deja vu...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform