home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / mhs184.exe / SYS.EXE / 2400BHUB.LOG < prev    next >
Text File  |  1993-08-10  |  2KB  |  73 lines

  1. \disp "    Preparing 2400B Hayes compatible modem for call (HUB).
  2.     Please wait . . .
  3. "
  4. \prmp " [Hayes modem] Enter phone number "
  5. \shut
  6. \bel
  7. \cr\.
  8. ATZ0\cr\slep 4
  9. ATQ0E1\cr\.
  10. ATX1\cr\.
  11. ATX4\cr\.
  12. ATS7=60\cr
  13. \wait 8 "OK" 0 10\.
  14. \idle 18
  15. \shut
  16. ATDT\$1\cr
  17. \wait 6 "CO" 0 20
  18.     \.\disp "    Handshaking with remote system.
  19.     Please wait . . .
  20. "
  21.     \ret 1
  22. \:10
  23.     \shut
  24.     \disp "[Modem not responding; check cabling/COM port declaration]
  25. "
  26. \:20
  27.     \ret 0
  28. \end
  29.  
  30. *******    NOTES:
  31.     - This control file ASSUMES that DCD (lead 8) is
  32.     connected between the modem and your computer.
  33.  
  34.         - This control file ASSUMES that the modem will not
  35.         answer while DTR is LOW.  To achieve this you may
  36.     have to set some hardware switches (see below) or
  37.     some software switches using LINK and at Terminal
  38.     mode give the following commands (exactly as shown):
  39.  
  40.         ATZ
  41.         AT &D3 &W
  42.  
  43.  
  44.     - This control file has been designed for HUBs using
  45.     external modems.  It will keep DTR low all during the time
  46.     that initialization is happening.  This is done so that
  47.     if a call comes at initialization time, it will not
  48.     answer and loose the call.   In certain modems this
  49.     can be enhanced by Pre-programming the DTR control
  50.  
  51.  
  52.     - For free-standing model, the switches behind the
  53.     front panel must be set as follows:
  54.  
  55.         1  2  3  4  5  6  7  8
  56.         ----------------------
  57.         x  x     x     x  x
  58.         ----------------------
  59.               x     x        x
  60.         ----------------------
  61.  
  62.     1. DTR monitored
  63.     2. Res codes in words
  64.     3. Res codes sent
  65.     4. Echo ON
  66.     5. DISABLE auto-ans (controlled by HAYES-EX.DEF)
  67.     6. DTR lead (for hang-up)
  68.     7. Single line
  69.     8. Enable command recognition
  70.  
  71.  
  72.  
  73.