Questions tagged [dial-up]
59 questions
2
votes
2 answers
How to check whether an internet connection is available without prompting the dial-up dialog?
I'd like my application to connect to a server (to check for updates) whenever a connection is available, but do nothing when it isn't. I'm worried that people with a dial-up connection might receive one of those prompts to dial their ISP whenever…

Roman Starkov
- 59,298
- 38
- 251
- 324
1
vote
2 answers
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 to use the new connection wizard (GUI), but I want…

Adam
- 43
- 1
- 3
1
vote
1 answer
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 PortMon) to measure the time it takes to transfer…
debita
1
vote
0 answers
Sierra wireless MC7455 under Ubuntu 18.04 can not connect to internet
I was trying to connect to the internet using Sierra wireless MC7455 under Ubuntu.
At this point installed GobiNet and now can connect to the modem via picocom.
When typing:
**at+cops=?**
-> *0,0,"Partner",7*
**at+creg?**
-> +CREG:…

user14042195
- 11
- 1
1
vote
1 answer
Using dial-up modems or GSM modems in Java
I want to communicate with my DFM-562IS D-Link modem (that is connected to my computer's mainboard via a PCI slot) using Java. The goal is listening for incoming calls and receive a code that the user enters on the other-side after connection (by…
user3739941
1
vote
1 answer
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 with configuration file or some script to run some…

Elias Haileselassie
- 1,385
- 1
- 18
- 26
1
vote
2 answers
Data Call with AT commands failed
I'm using at commands to connect with a 3g modem to internet. All messages show that all is OK but there no internet acces and modem status in windows 7 is disconected. The led from the modem in on like it is connected to internet.
The commands that…

Mircea Iftimie
- 53
- 5
1
vote
0 answers
run a .bat file without being logged in to windows account
I would like to connect my dial up broadband pppoe when my system starts without logging into my account on windows 8.1, I have successfully running some other programs like team viewer apache, mysql, filezilla server using windows task scheduler.…

Yan Khan
- 49
- 1
- 9
1
vote
0 answers
Internet access using sim900
I want to connect my raspberry system to connect internet via sim900 gsm modem for that i am using wvdial method to connect internet my wvdial configuration file like follows
[Dialer play]
Modem = /dev/ttyUSB0
Baud = 9600
Init1 = ATH
Init2 =…

Jayamurugan
- 1,757
- 2
- 14
- 34
1
vote
2 answers
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 ISP using V.92 or V.90 and I would like to know if…

deb
- 425
- 1
- 9
- 24
1
vote
1 answer
Create a broadband ppoe dialup connection within C# application
I'm a student developing an application which helps the user to check the internet connection speed on a set of dialup connections.
string[,] connections = new string[5, 2] { { "username", "password" }, { "username", "password" },{ "username",…

DriverBoy
- 3,047
- 3
- 19
- 21
1
vote
1 answer
Dial-up using wininet.dll Windows API issue (C#)
I'm calling the following function on wininet.dll in order to get online (C# pinvoke):
[DllImport("wininet.dll", SetLastError = true, CharSet = CharSet.Auto)]
static extern int InternetDial(IntPtr hWndParent, string pszEntryName,
…

Eitan H.S.
- 430
- 3
- 15
1
vote
3 answers
protecting /etc/resolv.conf from being overwritten when ppp0 is dialed up
I have an embedded system running a busybox distribution and for some reason i can't seem to find my dhclient.conf (http://www.freebsd.org/cgi/man.cgi?query=dhclient.conf&sektion=5) that would let me "protect" resolv.conf wt but DHCP still works,…

stdcerr
- 13,725
- 25
- 71
- 128
0
votes
3 answers
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 argc, char**…

deb
- 425
- 1
- 9
- 24
0
votes
6 answers
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 connection dominates and probably will continue to do so…
Carina