home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / MODEMS / DRPDTR10.ZIP / DROPDTR.DOC < prev   
Encoding:
Text File  |  1990-12-10  |  3.8 KB  |  98 lines

  1.                            DropDTR.COM
  2.                            Version 1.0
  3.  
  4.                  Memory-resident DOS utility for
  5.                   quickly disconnecting a modem
  6.  
  7.                 Document revised December 9, 1990
  8.  
  9.  
  10. AUTHOR:  Pete Petrakis, Seattle, Washington (CIS 76555,1175)
  11.  
  12. DESCRIPTION:  DropDTR is a memory-resident program that will
  13. instantly hang up a properly configured fully Hayes-compatible modem
  14. when you press Ctrl-LShift-H.  The serial port to be controlled
  15. (ports 1-4) is designated when the program is installed.  DropDTR
  16. occupies less than 6 kbytes of DOS memory when installed and can be
  17. removed from memory by a second run using /U as a command line
  18. switch (provided no other TSRs were loaded after it).
  19.  
  20. The program has proved to be a dependable method of last resort with
  21. communications programs that for some reason fail to hang up the modem.
  22. With internal modems, which provide no panel lights to indicate the
  23. line status, routine use of DropDTR could prevent astounding connect
  24. charges and long distance phone bills.
  25.  
  26. OPERATION:
  27.  
  28. Configuring the Modem
  29.  
  30.      DropDTR will not hang up a modem unless the modem is
  31.      configured to follow the data terminal ready (DTR)
  32.      signal.  This adjustment is made with software-
  33.      configurable modems by entering terminal mode in a
  34.      communications program and typing, AT&D2&W.  Modems that
  35.      are not configurable through software must be configured
  36.      to follow DTR by setting an appropriate physical switch
  37.      (consult your modem manual).  Some modems give you a choice
  38.      of either software or switch configuration.
  39.  
  40. Installing the Program
  41.  
  42.      To install DropDTR type the following at the DOS prompt
  43.      and press return:
  44.  
  45.                          dropdtr n
  46.  
  47.      where n is the number of the serial port to which the
  48.      modem is attached.  The program can work with port 1, 2,
  49.      3, or 4 in a conventional system (not PS/2's COM3 and COM4),
  50.      but once installed it will work only with the port you 
  51.      designated when you loaded it.
  52.  
  53. Hanging Up the Modem
  54.  
  55.      To disconnect the modem, hold down the Ctrl and left
  56.      Shift keys and press H (Ctrl-LShift-H).
  57.  
  58. Removing the Program from Memory
  59.  
  60.      To remove DropDTR from memory type the following at the
  61.      DOS prompt:
  62.  
  63.                         dropdtr /u
  64.  
  65.      As with any memory-resident program, DropDTR cannot be
  66.      removed from memory if one or more memory-resident
  67.      programs were loaded after it; the subsequent programs
  68.      have to be removed first.
  69.  
  70. Known Incompatibilities
  71.  
  72.      The only potential compatibility problem known so far is one
  73.      that commonly occurs with memory-resident programs, namely
  74.      inability to get along other such programs that might be
  75.      in memory at the same time.  However, this problem can very
  76.      often be solved by altering the sequence in which such
  77.      programs are loaded, a trial-and-error procedure.  For
  78.      example, if DropDTR is loaded just ahead of the WordPerfect
  79.      Library (a memory-resident task-switching program), a system
  80.      crash will occur when DropDTR is invoked in a communication
  81.      program that's running under the Library.  That particular
  82.      problem was solved for me by loading DropDTR early and separating
  83.      it from the Library with a few other TSRs that I routinely use.
  84.  
  85. DISTRIBUTION:  DropDTR is copyrighted by Pete Petrakis and is not in
  86. the public domain.  However, DropDTR may be freely distributed provided
  87. no money is charged for it, it is not modified, and this document
  88. accompanies it.  
  89.  
  90. DISCLAIMER:  Pete Petrakis accepts no responsibility or liability for
  91. any damage or loss caused by using DropDTR.  Users must accept any risks.
  92.  
  93.  
  94. Peter L. Petrakis
  95. Life Sciences Software
  96. 812 Vista Drive
  97. Camano Island, WA 98292
  98.