Re: at commands AND coldfusion ?

2003-03-04 Thread jon hall
While a Java or COM comms library isn't hard to find, and getting a modem to dial from CF wouldn't be hard, your problem is really getting back any response because the web and CF are essentially stateless. There is no easy way of telling CF to, "wait until the other modem picks up" (maybe MX/javac

RE: at commands AND coldfusion ?

2003-03-04 Thread Hugo Ahlenius
Well, Is it an "execution" of those commands to the serial port (a serial modem)? Then you should be able to just pipe them to COMX: I think, or launch a batch-file that pipes them there. To test: try, from a console: echo atdt[phone-number] > COM[number of s-port]: ~

RE: at commands AND coldfusion ?

2003-03-04 Thread Adam Reynolds
I also don't think CF remembers 'state' at such a level. > -Original Message- > From: Stephen Moretti [mailto:[EMAIL PROTECTED] > Sent: 04 March 2003 14:23 > To: CF-Talk > Subject: Re: at commands AND coldfusion ? > > > You can use CFEXECUTE to run

Re: at commands AND coldfusion ?

2003-03-04 Thread Stephen Moretti
You can use CFEXECUTE to run "at" (the scheduling command) commands. You're unlikely to be able to run hyperterminal from CF as its a GUI and not command line. > Is there anyone who > has experience with usage of at commands in coldfusion? > OR > knows how to get responses from hyperter

Re: at commands AND coldfusion ?

2003-03-04 Thread Paul Giesenhagen
L PROTECTED]> Sent: Tuesday, March 04, 2003 8:11 AM Subject: RE: at commands AND coldfusion ? > at commands? What are those? > > > -Original Message- > > From: Abdüsselam_Karataþ [mailto:[EMAIL PROTECTED] > > Sent: 04 March 2003 13:47 > > To: CF-Tal

RE: at commands AND coldfusion ?

2003-03-04 Thread Adam Reynolds
at commands? What are those? > -Original Message- > From: Abdüsselam_Karataþ [mailto:[EMAIL PROTECTED] > Sent: 04 March 2003 13:47 > To: CF-Talk > Subject: at commands AND coldfusion ? > > > Hi everyone, > > Is there anyone who > has experience with usage of at commands in coldfusion?