Dec 102017
Send modem commands from DOS 6/89. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
AT.DOC | 3617 | 1670 | deflated |
AT.EXE | 13920 | 8558 | deflated |
Download File AT10.ZIP Here
Contents of the AT.DOC file
AT V1.0
By Joseph Sheppard, Sysop, The Ledge PCBoard - (818) 352-3620
DESCRIPTION
AT.EXE allows users to send commands to the modems connected to COM1: or
COM2: from the DOS command prompt, or from batch files.
AT.EXE is written with Turbo Pascal 5.0 using communication routines
from Prokit, (c) Samuel Smith.
HOW IT WORKS
To send a command to the modem, the user runs AT.EXE by typing AT at the
DOS command prompt followed by the command to be sent to the modem, and
the port the modem is connected to.
The default port is COM1, so if your modem is attached to COM1 then you
don't need to specify a port.
If your modem is connected to COM2 then you will always need to follow
the command to be sent with the number 2.
EXAMPLES
AT H1 (Take modem connected to COM1 off the hook)
AT H1M0 2 (Take modem connected to COM2 off hook and turn-off
speaker)
AT M1DT18183523620 (Tell modem connected to COM1 to dial
1-818-352-3620)
AT Z 2 (Perform a reset on the modem connected to COM2)
USES
I wrote this as a utility to take my modem off the hook during BBS mail
runs so that callers wouldn't ring the line during the event. I'm sure
there are other uses for it, and would be interested in hearing from
users who find new ways to use this program.
SUPPORT
The latest version of this program along with other software I have
written are always available for download by first time callers to my
BBS, The Ledge PCBoard, 818-352-3620 (1440-HST). First time callers may
download my programs on the first call when they use the "SUPPORT DOOR"
which can be found by typing the word OPEN at the main menu.
Please report any problems, or suggestions to me at the following
addresses:
US Mail: Joseph Sheppard, PO Box 10, Tujunga, CA 91043-0010
The Ledge PCBoard: 818-352-3620 (1440 HST)
InterLink Echo Network: Shareware or USRModem conferences
Compuserve: 73175,623
Source: BFM277
REGISTRATION
AT.EXE is fully functional. I do not release crippled or limited
software. You can support this method of distribution, and encourage it
to continue by sending a shareware registration. I will accept whatever you
feel this program is worth to you, I would suggest $5.00.
Please send registrations in the form of a check payable to JOSEPH
SHEPPARD to:
JOSEPH SHEPPARD
AT REGISTRATION
PO BOX 10
TUJUNGA, CA 91043-0010
SOURCE CODE
Turbo Pascal 5.0 Source code is available to registered users for
the asking.
WARNING
I make no warranty of any kind, express or implied, including without
limitation, any warranties of merchantability and/or fitness for a
particular purpose. I shall not be liable for any damages, whether
direct, indirect, special or consequential arising from a failure of
this program to operate in the manner desired by the user. I shall
not be liable for any damage to data or property which may be caused
directly or indirectly by the use of this program.
IN NO EVENT WILL I BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING ANY
LOST PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL
DAMAGES ARISING OUT OF YOUR USE OR INABILITY TO USE THE PROGRAM, OR
FOR ANY CLAIM BY ANY OTHER PARTY.
December 10, 2017
Add comments