Alejandro, > echo ATZ > echo ATDT06102221515 > Com1
(Both lines would need "> COM1") Assumes that COM1 is already set to the right baud rate. Assumes that DTR and RTS are both set ON. The modem wants DTR ON and the computer wants RTS. If either is not true, it won't work. Somewhere, I have a little program called AT.COM and it's companion program, DTR.COM, that you use (if memory serves) like this: C:\> DTR COM1: ON C:\> AT COM1: Z C:\> AT COM1: DT06102221515 Where the "COM1:" can be COM1: thru COM4: and everthing after that is what to send there. They are tiny programs, but this takes care of the DTR pin state as well as sending the command. The RTS pin state is provided by the modem. Is this of any value to you? Regards, Garry Hamilton * [EMAIL PROTECTED] ----- Original Message ----- From: "Alejandro Lieber" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 10, 2002 2:32 AM Subject: [SURVPC] Two versions of EPPPD.EXE 0.6 ? > Can someone tell me the difference between: > > EPPPD.EXE 09-19-1997 49.258 bytes long > EPPPD.EXE 09-20-1997 45.638 bytes long > > I see no difference using both. > > To dial, I use COMTOOL with excellent results. > > > Has anyone used only DOS's ECHO as: > > echo ATZ > echo ATDT06102221515 > Com1 > > I am missing something, because it does not work for me. > > > Thanks > > > > > > The command-line interface is a vestige of an era of macho computing. > > ---------------------- > Ing. Alejandro Lieber > Rosario Argentina > lima[at]citynet.net.ar > ---------------------- > > To unsubscribe from SURVPC send a message to [EMAIL PROTECTED] with > unsubscribe SURVPC in the body of the message. > Also, trim this footer from any quoted replies. > More info can be found at; > http://www.softcon.com/archives/SURVPC.html > To unsubscribe from SURVPC send a message to [EMAIL PROTECTED] with unsubscribe SURVPC in the body of the message. Also, trim this footer from any quoted replies. More info can be found at; http://www.softcon.com/archives/SURVPC.html
