Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!uunet!intran!tom From: tom@intran.UUCP (Tom B.) Newsgroups: comp.os.coherent Subject: Re: What to use for dialing out?/rn Summary: Kermit Message-ID: <370@intran.UUCP> Date: 25 Jun 91 21:37:19 GMT References: <1991Jun23.020348.20525@skypod.guild.org> <1991Jun24.132617.8220@Sandelman.OCUnix.on.ca> Organization: Xerox/Intran Corp, Mpls Lines: 20 kermit supplied ought to do what you want. To dial, simple type $ kermit clb /dev/com2pl 2400 (or whatever your modem speed is) Connected! then you type: atdt16125551212 (atdt instructs the modem to dial 1-612-555-1212) It is that easy! If you get CKermit (supposed to be on the cohware disk), there are dialers built in, then you can type Kermit-> dial 1-555-1212 And kermit knows how todo that. Good Luck.