home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 July / VPR9707B.ISO / DRIVER / OMRON / Ntsmdm20 / OMFW6420.MDM < prev    next >
Text File  |  1996-12-05  |  3KB  |  99 lines

  1. ; OMRON FW6420/DSU/C SYNC 64K/ASYNC 57.6K
  2.   
  3. ;=============================================================
  4. ; Last revision date: 12/05/96 (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=OMRON FW6420/DSU/C SYNC 64K/ASYNC 57.6K
  38. NULL MODEM=0
  39. MAXIMUM SPEED=115200
  40. DEFAULT SPEED=115200
  41.  
  42. [commands]
  43.  
  44. ESCAPE=+++
  45. ATTENTION=ATE0V1
  46. HANGUP=ATH0
  47. SETUP=AT
  48. SETUP=ATE0
  49. RTS/CTS ENABLED=AT&K3
  50. RTS/CTS IGNORED=AT&K0
  51. VOLUME OFF=AT
  52. VOLUME LOW=AT
  53. VOLUME MEDIUM=AT
  54. VOLUME HIGH=AT
  55. ANSWER=ATA
  56. MANUAL DIAL=ATX3D
  57. AUTO DIAL SETUP=ATX3
  58. AUTO PULSE DIAL=ATD
  59. AUTO TONE DIAL=ATD
  60. AUTO DIAL SUFFIX=,,
  61.  
  62. [responses]
  63.  
  64. OK=OK
  65.  
  66. RING=RING
  67.  
  68. NO CARRIER=NO CARRIER
  69.  
  70. ERROR=ERROR
  71.  
  72. NO DIALTONE=NO DIALTONE
  73.  
  74. BUSY=BUSY
  75.  
  76. NO ANSWER=NO ANSWER
  77.  
  78. CONNECT, 115200, 64000=CONNECT 64000
  79.  
  80. CONNECT, 115200, 57600=CONNECT 57600
  81.  
  82. CONNECT, 115200, 38400=CONNECT 38400
  83.  
  84. CONNECT, 115200, 28800=CONNECT 28800
  85.  
  86. CONNECT, 115200, 19200=CONNECT 19200
  87.  
  88. CONNECT, 115200, 14400=CONNECT 14400
  89.  
  90. CONNECT, 115200, 9600=CONNECT 9600
  91.  
  92. CONNECT, 115200, 4800=CONNECT 4800
  93.  
  94. CONNECT, 115200, 2400=CONNECT 2400
  95.  
  96. CONNECT, 115200, 1200=CONNECT 1200
  97.  
  98. CONNECT, 115200, 1200=CONNECT
  99.