home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / GLEN / AT.ZIP / AT.DOC next >
Text File  |  1990-04-25  |  1KB  |  30 lines

  1.  
  2.  
  3.                                           AT
  4.                              A Program for the Enthusiast
  5.  
  6.  
  7.           Ever had the need to issue your modem AT commands from the DOS
  8.           prompt?  I have.  I tried using a little program called AT.COM
  9.           and it seemed to work, but only after running DTR.COM to bring up
  10.           DTR; at that point, about 70% of the time I could successfully
  11.           take my modem off-hook, reset it, etc. with no problems.
  12.  
  13.           That spurred the genesis of AT.EXE....written in Turbo Pascal
  14.           5.5, it uses very effctive routines for accessing the
  15.           Communications Port, and it does it with one wisk of the
  16.           fingertips.  No running DTR.COM or anything else.  Just type "AT"
  17.           for a "Usage" screen, or simply follow the program name with the
  18.           COM port # (1-4 right now) and the commands to send to your modem.
  19.  
  20.           It's that simple.
  21.  
  22.           For the moment Com's 3 & 4 are configured for IRQ's 5
  23.           and 7.  Shortly I will be adding support for ANY Com port, any
  24.           Base address and any IRQ.  All I need to know is that
  25.           someone will use it.
  26.  
  27.           This program is offered to the Public Domain. All
  28.           rights to the source code are retained by the author.
  29.  
  30.