Tagged Questions

2
votes
0answers
125 views

RAS popup terminal window programmatically

I have a custom dialer for dial-up connections (written in delphi). It works perfectly and does a lot of great stuff... Now, i want to allow the user to configure the connection to show an after-dial ...
1
vote
1answer
85 views

Can we write a script to do something when a dialup connection is made to my computer?

This is the situation, I have configured a dial up server and i want to play a sound or pop up message when a daipup connection is made to my computer from a specific location. and it could be done ...
1
vote
1answer
255 views

Monitoring serial port

I'm using a communications program (Tera Term) to communicate with another computer through a dialup connection. I'll be sending a file with this software, but I would like to monitor the port (like ...
0
votes
1answer
42 views

how-to create a windows dial-up connection from the command line

How do I create dial-up connection on windows from the command line? By "create" I do not mean how to establish an existing connection, but how to create a new dial-up connection. The common way is ...
0
votes
2answers
299 views

Windows API for dialing a network connection

Which windows API tells me a dial-up connection is in connected or disconnected state? Which Windows API allows me to programatically dial a dial-up connection. I want to develop an application for my ...
0
votes
3answers
1k views

modem call in c++

I'm trying to make a modem call in one end, and in the other end the program answers the call. It doesn't seem to detect the carrier. Am I doing anything wrong? Am I missing something? int main(int ...