home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / bbs / bbsutils / miscutil.txt < prev    next >
Text File  |  1989-03-20  |  2KB  |  59 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                Docs for: HANGUP.TOS, HANG_AT.TOS, MODEMON.TOS, MODEMOFF.TOS
  8.  
  9.           HANGUP.TOS
  10.  
  11.                This program will lower the DTR line, causing your modem to
  12.           hangup the current user.  Then it will send out a string to take
  13.           your modem off the hook (make the line busy).
  14.                To use, just remove the third line from your MODEMDAT.TXT
  15.           file (Forem), and then place this file's name as first thing in
  16.           your LOGOFF.BAT file.
  17.                If it does not work, this means that either your modem does
  18.           not support the DTR line, or you have this option turned off on
  19.           your modem.  If your modem does not support the DTR line, then
  20.           use HANG_AT.TOS instead.
  21.  
  22.           HANG_AT.TOS
  23.  
  24.                This program does the same thing as HANGUP.TOS, except that
  25.           it uses the +++ ATH0 command to get the modem to drop carrier,
  26.           instead of the hardware DTR method.  It also will first check for
  27.           a carrier, before "dropping carrier" so that if you are logged on
  28.           local, or the user has already hung up, we don't waste time
  29.           sending "junk" to the modem.
  30.  
  31.           MODEMON.TOS
  32.  
  33.                This program is also simple.  All it does is first turn on
  34.           the DTR and RTS lines, then send ATH0 to get the modem on the
  35.           hook (dial-tone).  It can be used anyplace, normally at the end
  36.           of .BAT files.
  37.  
  38.           MODEMOFF.TOS
  39.  
  40.                This program real simple.  All it does is first turn on the
  41.           DTR and RTS lines, then send ATH1 to get the modem off the hook
  42.           (busy).  It is normally used at the beginning of .BAT files to
  43.           keep people from calling in while they are running.
  44.  
  45.  
  46.                These programs are Free.  If you have comment or questions,
  47.           please contact me:  
  48.             
  49.                                             Bryan Hall  
  50.                                             SysOp of Fnet Node 227  
  51.                                             (719)-543-1869 12/24/96 (HST) 
  52.                                             4PM-10AM M-F, 24hrs Weekends 
  53.                                             137 Kingsley  
  54.                                             Pueblo, CO 81005  
  55.             
  56.                If you have any suggestions, drop me a note, and I'll see if
  57.           I can't add them for you....  
  58.             
  59.