Is it possible with rev

Hershel Fisch hershf at rgllc.us
Sun Jan 21 18:39:28 EST 2007


On 1/18/07 11:55 PM, "Jim Ault" <JimAultWins at yahoo.com> wrote:

> 
> On 1/18/07 7:19 PM, "Brent Anderson" <brentj84062 at gmail.com> 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
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution




More information about the use-livecode mailing list