home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / Lotus / Domino46 / LOTUS031.DSK / MODEMS / HAYES24.MDM < prev    next >
Text File  |  1993-02-18  |  2KB  |  96 lines

  1. ; Hayes Smartmodem 2400 
  2.  
  3. ;=============================================================
  4. ; Last revision date: 02/18/93 (update this date
  5. ; each time you edit; it is also advisable to rename
  6. ; your edited file [use Save As, rather than Save 
  7. ; option] to avoid later confusion and to keep the 
  8. ; original .MDM file intact).
  9.  
  10. ; NOTE: Refer to the file TEMPLATE.MDM (A Sample Modem 
  11. ; Command File) for a description of modem command 
  12. ; files and how they work. "A Sample Modem Command 
  13. ; File" is user selectable within the Lotus Notes 
  14. ; Setup dialog "Modem Type" listbox in which you found 
  15. ; this modem command file (see end of listings, 
  16. ; beginning with a period) and is a printable ASCII 
  17. ; text file (approximately 15 pages). 
  18.  
  19. ; Additional information may be obtained from either of 
  20. ; the two so-called "generic" modem command files 
  21. ; (alphabetically listed under letter G, designed for 
  22. ; use with Notes Releases 2.x and 3.x, 9600 bps and 
  23. ; 14400 bps maximum, respectively), each of which may 
  24. ; first be tried as-is with unlisted modems, then edited 
  25. ; if required (within the Notes edit box, or outside of 
  26. ; Notes, with any text editor) according to the printed 
  27. ; instructions within each file, and in compliance with 
  28. ; the vendor's command set, result codes, DIP switch 
  29. ; settings, and technical specifications as listed in 
  30. ; the equipment's users manual.
  31.  
  32. ; For the specific modem(s) listed under this heading:
  33. ;===============================================================
  34.  
  35. [attributes]
  36.  
  37. MODELS=Hayes Smartmodem 2400
  38. NULL MODEM=0
  39. MAXIMUM SPEED=2400
  40. DEFAULT SPEED=2400
  41.  
  42. [commands]
  43.  
  44. ESCAPE=+++
  45. ATTENTION=ATE0V1
  46. SETUP=AT&F
  47. SETUP=ATE0
  48. SETUP=ATV1Q0&D2&C1S0=0S7=60X4
  49. VOLUME OFF=ATM0
  50. VOLUME LOW=ATM1L1
  51. VOLUME MEDIUM=ATM1L2
  52. VOLUME HIGH=ATM1L3
  53. MANUAL DIAL=ATX3S9=1D
  54. AUTO DIAL SETUP=ATS9=6
  55. AUTO PULSE DIAL=ATDP
  56. AUTO TONE DIAL=ATDT
  57. AUTO DIAL SUFFIX=,,
  58. ANSWER=ATA
  59. HANGUP=ATH0
  60.  
  61. [responses]
  62.  
  63. OK=OK
  64. OK=0
  65.  
  66. RING=RING
  67. RING=2
  68.  
  69. NO CARRIER=NO CARRIER
  70. NO CARRIER=3
  71.  
  72. ERROR=ERROR
  73. ERROR=4
  74.  
  75. NO DIALTONE=NO DIALTONE
  76. NO DIALTONE=NO DIAL TONE
  77. NO DIALTONE=6
  78.  
  79. BUSY=BUSY
  80. BUSY=7
  81.  
  82. NO ANSWER=NO ANSWER
  83. NO ANSWER=8
  84.  
  85. CONNECT,2400=CONNECT 2400
  86. CONNECT,2400=10
  87.  
  88. CONNECT,1200=CONNECT 1200
  89. CONNECT,1200=5
  90.  
  91. CARRIER,,2400=CARRIER 2400
  92. CARRIER,,2400=47
  93.  
  94. CARRIER,,1200=CARRIER 1200
  95. CARRIER,,1200=46
  96.