On 1/18/07 11:55 PM, "Jim Ault" <[EMAIL PROTECTED]> wrote: > > On 1/18/07 7:19 PM, "Brent Anderson" <[EMAIL PROTECTED]> wrote: > >> Sarah, you're right that it would be accessible through AppleScript, >> but I believe the question was if it was possible or not. >> >> Touch-Tone dialing via speaker is definitely possible and you could >> probably do it in a few minutes. Modem dialing, however, is a >> different story. Revolution does have full driver support, so I'd >> assume that you could, but I don't know where you'd begin in sending >> touch-tone messages across the modem. > I don't know much about the auto dialer requirements but I would think you > could start with modem: I goggled around a bit, this is the most I came up with but I don't see it working Thanks, Hershel > > Mac > open file "modem:" > write "ATZ" to file "modem:" > write "ATDT8008895555" to file "modem:" > --- in the docs where you write, read, etc > > Win uses com1: > > To set the port parameters (such as baud rate, handshaking, and parity), set > the serialControlString property before opening the port with the open file > command. > > To read data from the modem port, use the read from file command, specifying > the keyword modem: as the file to read from. > > Looks like it might do the job. > > Jim Ault > Las Vegas > > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
