Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
8answers
568 views

Is there a way to determine if a user is using broadband or dial-up

We have a requirement from a customer to provide a "lite" version for dial-up and all the bells-and-whistles for a broadband user. The solution will use Flex / Flash / Java EJB and some jsp. Is ...
4
votes
2answers
707 views

Android as Dialup/FAX Modem

With some older cell phones, you can connect them to a computer and use them as a Dialup/FAX modem (to connect to a dialup ISP for example). I have been trying to find out if this possible with ...
3
votes
2answers
163 views

How to connect the default dialup in XP or seven Using C#?

I have a dialup connection in my system namely "Personal Internet Movil" and i need to connect and disconnect this connection using C#. Thanks in advance
3
votes
2answers
143 views

games using phone line

I remember years ago my friend and i were playing command and conquer red alert and there was a mode were we put the others phone number and the game would dial up and connect. What was this called? ...
2
votes
1answer
85 views

egypt internet emergency solutions needed! [closed]

i am in egypt and just since a few hours we got internet back after 6 days. Now many of us looking to avoid a situation like this. Any hints, tips how to do are welcome. Normal proxies are 'not' our ...
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 ...
2
votes
1answer
577 views

how can I send dial-up message through external modem connected serial port?

I connect the external modem to the pc with serial port. so i want to connect server through dial-up method with C#. And then, send and receive message. How can i solve this problem? please. Can I ...
1
vote
1answer
190 views

Dial into FTP server (Data logger) using python (OS independent)

I have a few data loggers in the field. The manufacturer set them up as dial up ftp servers. I'm writing a python program that automagically downloads all the latest files from the server into a ...
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
259 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 ...
1
vote
4answers
4k views

How do I work with dial-up (RAS) connections in Windows using C#/.NET?

I need to be able to connect, disconnect, and re-connect a dial-up networking connection in a C# .NET Framework application. Creating the connection in the phone-book might also be useful/necessary. ...
0
votes
0answers
20 views

TAP Dialup using GSM Modem

I can successfully dial up and send paging message using my dial up modem. Now I am trying to send dial up command "ATDT" to GSM modem. After dial up the GSM modem using "ATDT" command, it is ...
0
votes
1answer
43 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
0answers
66 views

How can i create dial-up connection for connect to remote access server using java

I intent to connect to remote access server (RAS) via java. how to I can set user name and password for authentication?
0
votes
1answer
74 views

How do I packetize bursts of data into a continuous dial-up style connection?

I am working on a project where I need to convert bursts of data (in the range of 300 bytes) from Iridium's short burst data service . This is meant to replace a dial-up connection, so I need to take ...
0
votes
0answers
250 views

How can i create dial-up connection(GPRS) in wince using java

Hi I have to send a data to server through GSM using Java(Have to run in GSM modem),.. for this i have to open a GPRS connection, Could me know how can make connection and close it? How can i create ...
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
1answer
133 views

ISDN dial up connection with python

I have a requirement to create a Python application that accepts dial up connections over ISDN from client software and relays messages from this connection to a website application running on a LAMP ...
0
votes
1answer
147 views

Replication/Synchronization Library for Occasionally Connected Systems

here is the situation I have a .Net desktop application which stores it's data on local file system (using sqllite). And there is the master database on a remote server which. The desktop application ...
0
votes
2answers
136 views

Dialup modem transmission protocols and reates (client and server)

Does anybody know why when connecting two dial-up modems the maximum protocol you can use to stablish the communication is V.34 -33.6K? I've read that you can connect with the server modems of the ...
0
votes
1answer
256 views

How to get a TCP socket with CSD data call bearer on Windows Mobile 5.0?

I'm writing a mobile application which needs to connect to a server using dial-up ( CSD ) connection. An additional request is that it needs to use TCP over PPP ( the server is using such combination ...
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 ...
0
votes
6answers
160 views

Web 2.0 and dial-up: how make it as painless as possible?

I'm trying to put a workable plan together for a charity that could really make good use of a forum and a wiki, but a crucial part of its operations happen in parts of the world where dial-up ...
0
votes
2answers
309 views

Is there any library/component for dial-up connections?

I want to dial-up through VoIP. Yes, I know that it's almost impossible. I have heard that softmodems use software for DSP, but I guess the code its hardware specific. If I only could isolate the code ...
-1
votes
1answer
178 views

Dial up connection using vb6

Currently I'm developing a real-time stock market price list grabber in classic vb6 which will connect to the internet if there is no active internet connection. for internet connection process I used ...