Stop Microsoft
Welcome,
Guest
. Please
login
or
register
.
Have you missed your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length.
News:
Home
Help
Login
Register
Stop Microsoft
»
Miscellaneous
»
Programming & Networking
»
choas's app devolopment
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: choas's app devolopment (Read 1182 times)
choasforages
VIP
Member
Posts: 1,729
Kudos: 7
choas's app devolopment
«
on:
30 September 2002, 07:13 »
ok, is there a c function that will dial the modem then hang up. or a combination of functions.
Logged
x86: a hack on a hack of a hackway
alpha, hewlett packed it A-way
ppc: the fruity way
mips: the graphical way
sparc: the sunny way
4:20.....forget the DMCA for a while!!!
TheQuirk
VIP
Member
Posts: 2,154
Kudos: 315
choas's app devolopment
«
Reply #1 on:
30 September 2002, 07:52 »
You should use ML instead.
Logged
voidmain
VIP
Member
Posts: 5,605
Kudos: 184
choas's app devolopment
«
Reply #2 on:
30 September 2002, 07:57 »
In Linux? If so, and if it must be a C program, I would have the C program use the system command "chat" or the system command "wvdial":
system("chat -f chatscript -T 555-1212");
Do a "man chat" for more information on this modem utility.
Logged
Someone please remove this account. Thanks...
TheQuirk
VIP
Member
Posts: 2,154
Kudos: 315
choas's app devolopment
«
Reply #3 on:
30 September 2002, 08:05 »
http://www.ziron.com/links/netprog.htm
has two or three links that are about modems, if you don't want to use an easier (but more system-hogging) way (the one VoidMain pointed out).
Logged
TheQuirk
VIP
Member
Posts: 2,154
Kudos: 315
choas's app devolopment
«
Reply #4 on:
30 September 2002, 08:09 »
Actually, I don't think there's a universal library. Doesn't it depend on your OS and arch.?
Logged
choasforages
VIP
Member
Posts: 1,729
Kudos: 7
choas's app devolopment
«
Reply #5 on:
2 October 2002, 21:13 »
yeah, but it has to hang up FAST. like our current setup. we pick up the phone. and tell the computer to dial. if its a bit slow, we could be hit with a telezapper. and our call doesn't go through.
Logged
x86: a hack on a hack of a hackway
alpha, hewlett packed it A-way
ppc: the fruity way
mips: the graphical way
sparc: the sunny way
4:20.....forget the DMCA for a while!!!
Print
Pages: [
1
]
Go Up
« previous
next »
Stop Microsoft
»
Miscellaneous
»
Programming & Networking
»
choas's app devolopment