home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / mhsmd.exe / MHSMDM / HAYESX24.LOG < prev    next >
Text File  |  1991-12-03  |  3KB  |  82 lines

  1. \disp "     Initializing Hayes compatible modem for call
  2.     Please Wait . . .
  3. "
  4. \prmp " [Hayes modem] Enter phone number "
  5. \shut
  6. \bel
  7. \go 1 \$1 \:1
  8. \cr\.
  9. AT Z\cr\slep 4
  10. AT Q0 E0 V1 S0=0\cr
  11. \wait 8 "OK" 0 10\.
  12. AT S7=60 S10=20 M1\cr
  13. \wait 8 "OK" 0 10\.
  14. AT \$2 \cr
  15. \wait 8 "OK" 0 10\.
  16. \shut
  17. \idle 18
  18. AT DT \$1\cr
  19. \wait 14 "CONN" 0 20
  20.     \.\disp "    Handshaking with remote system.
  21.     Please wait . . .
  22. "
  23.     \ret 1
  24. \:10
  25.     \shut
  26.     \disp "[Modem not responding; check cabling/COM port declaration]
  27. "
  28. \:20
  29.     \ret 0
  30. \end
  31.  
  32. *******    NOTES:
  33.  
  34.     - DCD (Data Carrier Detect, lead 8) must be connected
  35.         between the modem and your computer for this control file
  36.         to operate properly.
  37.  
  38.         - DTR (Data Terminal Ready, lead 20) must be connected
  39.         between the modem and your computer for this control file
  40.         to operate properly.  The modem must be set so that it
  41.         does not auto-answer when DTR is LOW, and hangs up when
  42.         DTR goes low.  To achieve this you may have to set some
  43.         hardware switches (see below).  Part of the initialization
  44.         software for this modem sends a "&D3" to the modem, which
  45.         sets modems fully compatible with the Hayes 2400 to
  46.         respond to the DTR signal in the proper way.
  47.  
  48.     - This control file has been designed for HUBs using
  49.     external modems.  It will keep DTR low all during the time
  50.     that initialization is happening.  This is done so that
  51.     if a call comes at initialization time, it will not
  52.     answer and loose the call.  Some modems that do not fully
  53.         follow the Hayes AT command set may require hardware or
  54.         software switch setting to operate properly during the
  55.         time that connection activities are starting.
  56.  
  57.     -Most newer 2400 modems that are fully "Hayes compatible"
  58.         do not have the switches the switches mentioned below.
  59.         This log file will set a "Hayes compatible" 2400 bps
  60.         switchless modem to the proper settings for use with
  61.         mhs.
  62.  
  63.     -If your modem does not fully conform to the AT command
  64.         language for Hayes 2400 modems, you may have to change
  65.         hardware or software switch settings shown below.  The
  66.         exact purpose and position of a switch will vary between
  67.         modem brands, or may be set using software commands.
  68.         Please refer to the documentation accompanying your
  69.         modem.
  70.  
  71.         Set up your modem this way:
  72.  
  73.     1. DTR monitored (DTR is not ignored)
  74.     2. Modem "Result codes" returned as words
  75.     3. Modem "Result codes" enabled
  76.     4. Modem command echo ON
  77.     5. DISABLE auto-ans (controlled by HAYES-EX.DEF)
  78.     6. DTR lead low causes modem to hang up, and to disable
  79.             auto-answer
  80.     7. Single telephone line (RJ-11)
  81.     8. Enable command recognition
  82.