home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
modem
/
dosmodem.arc
/
README.DOC
< prev
Wrap
Text File
|
1986-09-01
|
2KB
|
52 lines
--------------------------------------------
DOSMODEM
--------------------------------------------
Donavon Kuhn Jon Niedfeldt
4518 Beau Monde Drive #202 1595 Waldorth Ct
Lisle, IL 60532 Wheaton, IL 60187
ID0007 (Gene Plantz's BBS)
--------------------------------------------
You may use these programs for whatever purpose you like.
Distribute them freely and include them with other packages.
I'm not even going to lower myself by asking for donations
like some other people do.
--------------------------------------------
o DTR allows you to raise and lower DTR on any of the active
communications ports. Use the form:
DTR [COM1:|COM2:|COM3:|COM4:] ON|OFF
The default is COM1:. DTR must be active for your modem
to accept commands.
o AT allows you to send commands to your Smartmodem. Make
sure to set the baud rate on the serial port selected
with the DOS command MODE. The default settings for each
communications port are 2400,N,8,1. Use the form:
AT [COM1:|COM2:|COM3:|COM4:] command string
The default is COM1:. Ex: 'AT Z' will cause the modem
to reset. Also note you will not see the 'OK' response
from the modem.
o The following batch file will cause the modem attached to
COM1: to reset.
DTR ON
AT Z
DTR OFF
o The following batch file will call Sportsline here in Chicago
(so you can check up on the Cubbies).
DTR ON
AT DT9761313;
Later the command: 'AT H0' will hang up the phone.