Author Topic: choas's app devolopment  (Read 1001 times)

choasforages

  • VIP
  • Member
  • ***
  • Posts: 1,729
  • Kudos: 7
    • http://it died
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.
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.

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
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.
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).

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.?

choasforages

  • VIP
  • Member
  • ***
  • Posts: 1,729
  • Kudos: 7
    • http://it died
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.
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!!!