Questions tagged [dial-up]

59 questions
18
votes
7 answers

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 Android, but all my searches end up with people looking…
Drew Chapin
  • 7,779
  • 5
  • 58
  • 84
6
votes
1 answer

Fixing dial tcp problems

I have installed OpenServer. I had used it for sometime before this error message began to appear: dial tcp: lookup test.trackstar.loc on 127.0.0.1:53: no such host. I can't find any information about how to fix this issue. Please, help me, how …
Rustam
  • 273
  • 4
  • 18
5
votes
8 answers

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 there a way for the web server to distinguish between…
rbrayb
  • 46,440
  • 34
  • 114
  • 174
5
votes
4 answers

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. Are there any classes or libraries written for C#…
Adam Nofsinger
  • 4,004
  • 3
  • 34
  • 42
4
votes
2 answers

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? and where can i find resource to program for this?
user34537
4
votes
1 answer

Disable credential manager for single application

I have a C# application that uses the rasapi32.dll to create a dial up connection. When I create such a connection under Windows 7, the credentials get stored in the credential manager as an entry called *session. This *session entry in the…
raeffs
  • 595
  • 5
  • 17
4
votes
3 answers

Tomcat: limit bandwidth for localhost

Is it possible to limit bandwidth of the Tomcat server? I need it to simulate site work on slow (dial-up) Internet connection. All tests are made in localhost. Thanks for all!
ILYA
  • 495
  • 6
  • 18
3
votes
2 answers

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#.
The Mask
  • 17,007
  • 37
  • 111
  • 185
3
votes
2 answers

How to recognize type of incoming call? (Data call or Voice call)

Consider a situation in which that you installed a GSM modem (DLink DWM-156 in my case) to your computer. Then you wrote the following Python program to accept all the incoming calls: import serial phone = serial.Serial("COM10", 115200,…
Ebrahim Ghasemi
  • 5,850
  • 10
  • 52
  • 113
3
votes
1 answer

Implementing Bluetooth Dial-up networking(DUN) profile so that mobile device can be used as a wireless dial-up modem for Internet access?

I am trying to write an application which will provide the DUN service on Android so it could be used for Internet access on PC or Laptop. This page BlueTooth DUN says 'application' will play the role of DUN-GW (Gateway). I guess, the responsibility…
2
votes
0 answers

c#: Dial a modem using dotras

im using huawei e359 Hello im creating a simple program. where my code will connect the 3g modem to the internet. because a part of my program need to access the internet. i did some search how to do this using c# this is my code for adding…
imadammy
  • 83
  • 1
  • 5
2
votes
0 answers

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 terminal window as if they checked the box "Show…
rei
  • 191
  • 1
  • 12
2
votes
1 answer

Communicating with dial-up modems

I want to if know is there any way to call to a number and send some digits to it after picking up the phone using a dial-up modem in Python? I already did a Google search and found the PyModem library, but it is written for Linux and for GSM…
user3739941
2
votes
1 answer

Creating a .bat file to connect a dial up connection

I am using windows 8.1 and I am facing some serious annoying problem. My ISP gives me a username and password to connect through a dial up broadband connection. But every time I got disconnected I need to reconnect using the password and username…
Yan Khan
  • 49
  • 1
  • 9
2
votes
1 answer

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 use serialport component of .NET?
net
  • 153
  • 1
  • 2
  • 12
1
2 3 4