home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / Lotus / Domino46 / LOTUS031.DSK / MODEMS / GEN96V2.MDM < prev    next >
Text File  |  1993-03-23  |  13KB  |  341 lines

  1. ; Generic 9600 bps Modem File 
  2. ; (Intended for use with Notes Ver. 2 and 2.1)
  3.  
  4. ;=============================================================
  5. ; Last revision date: 03/23/93 (update this date
  6. ; each time you edit; it is also advisable to rename
  7. ; your edited file [use Save As, rather than Save 
  8. ; option] to avoid later confusion and to keep the 
  9. ; original .MDM file intact).
  10.  
  11. ; NOTE: Refer to the file TEMPLATE.MDM (A Sample Modem 
  12. ; Command File) for a description of modem command 
  13. ; files and how they work. "A Sample Modem Command 
  14. ; File" is user selectable within the Lotus Notes 
  15. ; Setup dialog "Modem Type" listbox in which you found 
  16. ; this modem command file (see end of listings, 
  17. ; beginning with a period) and is a printable ASCII 
  18. ; text file (approximately 15 pages). 
  19. ;===============================================================
  20.  
  21. ; HOW TO USE THIS FILE: The Generic 9600 bps Modem Command File is
  22. ; intended to be used when no command file currently exists for the available
  23. ; modem, and a reliable connection cannot be obtained with command files
  24. ; for modems which seem closest to the model in question.  It is possible this
  25. ; file will work as-is, with no editing required from the user.  Should initial
  26. ; attempts fail, turn on LOG I/O and try to determine the problem's source.
  27. ; The paragraphs below describe how to deal, in order of likelihood with the
  28. ; three most common reasons for command file failure.
  29.  
  30. ; 1. This file contains CONNECT responses phrased in the widest possible 
  31. ; variety of ways in an endeavor to match the exact syntax utilized by many 
  32. ; currently manufactured modems.  As the CONNECT response syntax may
  33. ; vary significantly from modem to modem there is no guarantee that the 
  34. ; result codes listed here will enable Notes to properly initialize an 
  35. ; unsupported modem.  If the result codes which your modem "speaks" 
  36. ; aren't listed, it will be necessary for you to consult the manual or the 
  37. ; manufacturer for the proper phrasing.
  38.  
  39. ; 2.  The next thing you'll need to do will be to determine the proper commands
  40. ; for activating RTS/CTS ENABLED or IGNORED (assuming your modem
  41. ; supports hardware flow control).  Again a wide variety of possible
  42. ; commands have been listed, but all have been remmed out (see the
  43. ; section headed "[commands]" below--the disabled lines have semicolons 
  44. ; in front of them, which will need to be removed to make the commands active).
  45. ; It will be necessary for you to consult your user's manual to determine which 
  46. ; set (if any) are correct for your modem.  
  47.  
  48. ; 3.  Lastly, the main setup strings, SETUP=AT&F, SETUP=ATE0V1, and
  49. ; SETUP=AT&C1&D2S0=0X4, allow the modem to operate using factory
  50. ; default settings (&F), with the certain necessary exceptions.  Echo is 
  51. ; turned off, and Verbose mode is turned on (English responses rather than 
  52. ; numeric).  The main string instructs the modem to track carrier, hang up if
  53. ; DTR (Data Terminal Ready signal) drops, to not auto-answer, and to enable
  54. ; a broad variety of result codes.  The chances are good that the factory
  55. ; defaults, combined with these required settings, will permit reliable
  56. ; connections to be obtained.  But here again, there are no guarantees,
  57. ; and further study of the manual, or a call to the vendor, may be required
  58. ; for use of your unsupported modem with Notes. 
  59.  
  60. ; A special note concerning setup and CONNECT responses (section 1, above): 
  61. ; it is necessary that, if your modem employs an Auto-Reliable mode, the 
  62. ; command which turns this mode on be included in the main setup string,
  63. ; unless Auto-Reliable happens to be the factory default (as is the case with
  64. ; many modern modems).  The command (and any other deemed necessary)
  65. ; may simply be appended after the X4 command.  If you are not sure whether a
  66. ; failure to establish dialog is due to a missing Auto-Reliable command, try
  67. ; lowering the Maximum Speed via the user interface to the maximum rate the
  68. ; modem is rated for.  If the connection now succeeds, it usually means that the
  69. ; factory default is set to Normal or Direct mode, and that you are not getting the
  70. ; benefit of whatever compression the modem is capable of.  You should still,
  71. ; however be able to use the modem for Notes dialup.
  72. ;------------------------------------------------------------------------------------------------------------------------
  73.  
  74. [attributes]
  75.  
  76. MODELS=Generic V2 9600 bps Modem File (with instructions)
  77. NULL MODEM=0
  78. MAXIMUM SPEED=19200
  79. DEFAULT SPEED=19200
  80.  
  81. [commands]
  82.  
  83. ESCAPE=+++
  84. ATTENTION=ATE0V1
  85. HANGUP=ATH0
  86.  
  87. ;--------------------SETUP STRINGS (max. lines=15)---------------------------
  88.  
  89. SETUP=AT&F
  90. SETUP=ATE0V1
  91. SETUP=AT&C1&D2S0=0X4
  92.  
  93. ;------RTS/CTS ENABLED or IGNORED (max. lines=2, min.=0)--------
  94.  
  95. ; NOTE: If the computer and modem refuse to communicate with no
  96. ; flow control specified in the command file, either refer to the manual
  97. ; to determine if one of the following sets of commands is correct for
  98. ; your modem (or if yet another set is needed), or select one set at a
  99. ; time till you activate one which works.  The semicolons at the start
  100. ; of each line cause Notes to ignore the line, removing them
  101. ; causes Notes to utilize them in initializing the modem.
  102.  
  103. ;RTS/CTS ENABLED=AT&K3
  104. ;RTS/CTS IGNORED=AT&K0
  105.  
  106. ;RTS/CTS ENABLED=AT&K3&R0
  107. ;RTS/CTS IGNORED=AT&K3&R1
  108.  
  109. ;RTS/CTS ENABLED=AT&K2&U3
  110. ;RTS/CTS IGNORED=AT&K0&U0
  111.  
  112. ;RTS/CTS ENABLED=AT&H3
  113. ;RTS/CTS IGNORED=AT&H0
  114.  
  115. ;RTS/CTS ENABLED=AT&H1&R2&K2
  116. ;RTS/CTS IGNORED=AT&H0&R1&K0
  117.  
  118. ;RTS/CTS ENABLED=AT&E13
  119. ;RTS/CTS IGNORED=AT&E12
  120.  
  121. ;RTS/CTS ENABLED=AT&R0S58=2S68=255
  122. ;RTS/CTS IGNORED=AT&R3S58=0S68=255
  123.  
  124. ;RTS/CTS ENABLED=ATS58=2S66=1
  125. ;RTS/CTS IGNORED=ATS58=0S66=0
  126.  
  127. ;RTS/CTS ENABLED=AT*F3
  128. ;RTS/CTS IGNORED=AT*F0
  129.  
  130. ;RTS/CTS ENABLED=AT*FL3
  131. ;RTS/CTS IGNORED=AT*FL0
  132.  
  133. ;RTS/CTS ENABLED=AT%F1
  134. ;RTS/CTS IGNORED=AT%F0
  135.  
  136. ;RTS/CTS ENABLED=AT\\Q1
  137. ;RTS/CTS IGNORED=AT\\Q0
  138.  
  139. ;RTS/CTS ENABLED=AT\\Q2
  140. ;RTS/CTS IGNORED=AT\\Q0
  141.  
  142. ;RTS/CTS ENABLED=AT\\Q3
  143. ;RTS/CTS IGNORED=AT\\Q0
  144.  
  145. ;RTS/CTS ENABLED=AT\\Q3&R0
  146. ;RTS/CTS IGNORED=AT\\Q0&R1
  147.  
  148. ;-----------------------------------------------------
  149.  
  150. VOLUME OFF=ATM0
  151. VOLUME LOW=ATM1L1
  152. VOLUME MEDIUM=ATM1L2
  153. VOLUME HIGH=ATM1L3
  154. ANSWER=ATA
  155. MANUAL DIAL=ATX3D
  156. AUTO PULSE DIAL=ATDP
  157. AUTO TONE DIAL=ATDT
  158. AUTO DIAL SUFFIX=,
  159.  
  160. [responses]
  161.  
  162. OK=OK
  163.  
  164. BUSY=BUSY
  165.  
  166. NO ANSWER=NO ANSWER
  167.  
  168. NO CARRIER=NO CARRIER
  169.  
  170. NO DIALTONE=NO DIALTONE
  171. NO DIALTONE=NO DIAL TONE
  172.  
  173. ERROR=ERROR
  174.  
  175. RING=RING
  176.  
  177. ;------------CONNECT RESPONSES (max. lines=150)----------
  178.  
  179. CONNECT, 19200, 9600=CONNECT 9600
  180. CONNECT, 19200, 9600=CONNECT 9600 EC
  181. CONNECT, 19200, 9600=CONNECT 9600/EC
  182. CONNECT, 19200, 9600=CONNECT 9600/ECL
  183. CONNECT, 19200, 9600=CONNECT 9600/NoEC
  184. CONNECT, 19200, 9600=CONNECT 9600/REL
  185. CONNECT, 19200, 9600=CONNECT 9600/REL 4
  186. CONNECT, 19200, 9600=CONNECT 9600/REL 5
  187. CONNECT, 19200, 9600=CONNECT 9600/ARQ
  188. CONNECT, 19200, 9600=CONNECT 9600/V.42
  189. CONNECT, 19200, 9600=CONNECT 9600/V42
  190. CONNECT, 19200, 9600=CONNECT 9600/V42b
  191. CONNECT, 19200, 9600=CONNECT 9600/V.42BIS
  192. CONNECT, 19200, 9600=CONNECT 9600/V42BIS
  193. CONNECT, 19200, 9600=CONNECT 9600/V.42bis
  194. CONNECT, 19200, 9600=CONNECT 9600/V42bis
  195. CONNECT, 19200, 9600=CONNECT 9600 V42
  196. CONNECT, 19200, 9600=CONNECT 9600 V42bis
  197. CONNECT, 19200, 9600=CONNECT 9600 MNP
  198. CONNECT, 19200, 9600=CONNECT 9600 BUFFER
  199. CONNECT, 19200, 9600=CONNECT 9600/V32
  200. CONNECT, 19200, 9600=CONNECT 9600/ARQ/V32
  201. CONNECT, 19200, 9600=CONNECT 9600/MNP5
  202. CONNECT, 19200, 9600=CONNECT 9600/MNP4
  203. CONNECT, 19200, 9600=CONNECT 9600/MNP3
  204. CONNECT, 19200, 9600=CONNECT 9600/MNP2
  205. CONNECT, 19200, 9600=CONNECT 9600/REL - MNP
  206. CONNECT, 19200, 9600=CONNECT 9600/REL - LAPM
  207. CONNECT, 19200, 9600=CONNECT 9600 RELIABLE
  208. CONNECT, 19200, 9600=CONNECT 9600 RELIABLE COMPRESSED
  209. CONNECT, 19200, 9600=CONNECT 9600/REC
  210. CONNECT, 19200, 9600=CONNECT 9600/LAPM
  211. CONNECT, 19200, 9600=CONNECT 9600 LAP-M
  212. CONNECT, 19200, 9600=CONNECT 9600/COMP
  213. CONNECT, 19200, 9600=CONNECT 9600/LAPM/COMP
  214. CONNECT, 19200, 9600=CONNECT 9600/LAP-M ACTIVE
  215. CONNECT, 19200, 9600=CONNECT 9600 TRELLIS
  216. CONNECT, 19200, 9600=CONNECT 9600 TRELLIS/REL
  217. CONNECT, 19200, 9600=CONNECT 9600 TRELLIS/LAPM
  218. CONNECT, 19200, 9600=CONNECT 9600 TRELLIS/REL/COMP
  219. CONNECT, 19200, 9600=CONNECT 9600 TRELLIS/LAPM/COMP
  220.  
  221. CONNECT, 19200, 4800=CONNECT 4800
  222. CONNECT, 19200, 4800=CONNECT 4800 EC
  223. CONNECT, 19200, 4800=CONNECT 4800/EC
  224. CONNECT, 19200, 4800=CONNECT 4800/ECL
  225. CONNECT, 19200, 4800=CONNECT 4800/NoEC
  226. CONNECT, 19200, 4800=CONNECT 4800/REL
  227. CONNECT, 19200, 4800=CONNECT 4800/REL 4
  228. CONNECT, 19200, 4800=CONNECT 4800/REL 5
  229. CONNECT, 19200, 4800=CONNECT 4800/ARQ
  230. CONNECT, 19200, 4800=CONNECT 4800/V.42
  231. CONNECT, 19200, 4800=CONNECT 4800/V42
  232. CONNECT, 19200, 4800=CONNECT 4800/V42b
  233. CONNECT, 19200, 4800=CONNECT 9600/V.42BIS
  234. CONNECT, 19200, 4800=CONNECT 4800/V42BIS
  235. CONNECT, 19200, 4800=CONNECT 4800/V.42bis
  236. CONNECT, 19200, 4800=CONNECT 4800/V42bis
  237. CONNECT, 19200, 4800=CONNECT 4800 V42
  238. CONNECT, 19200, 4800=CONNECT 4800 V42bis
  239. CONNECT, 19200, 4800=CONNECT 9600 MNP
  240. CONNECT, 19200, 4800=CONNECT 4800 BUFFER
  241. CONNECT, 19200, 4800=CONNECT 4800/V32
  242. CONNECT, 19200, 4800=CONNECT 4800/ARQ/V32
  243. CONNECT, 19200, 4800=CONNECT 4800/MNP5
  244. CONNECT, 19200, 4800=CONNECT 4800/MNP4
  245. CONNECT, 19200, 4800=CONNECT 4800/MNP3
  246. CONNECT, 19200, 4800=CONNECT 4800/MNP2
  247. CONNECT, 19200, 4800=CONNECT 4800/REL - MNP
  248. CONNECT, 19200, 4800=CONNECT 4800/REL - LAPM
  249. CONNECT, 19200, 4800=CONNECT 4800 RELIABLE
  250. CONNECT, 19200, 4800=CONNECT 4800 RELIABLE COMPRESSED
  251. CONNECT, 19200, 4800=CONNECT 4800/REC
  252. CONNECT, 19200, 4800=CONNECT 4800/LAPM
  253. CONNECT, 19200, 4800=CONNECT 4800 LAP-M
  254. CONNECT, 19200, 4800=CONNECT 4800/COMP
  255. CONNECT, 19200, 4800=CONNECT 4800/LAPM/COMP
  256. CONNECT, 19200, 4800=CONNECT 4800/LAP-M ACTIVE
  257. CONNECT, 19200, 4800=CONNECT 4800 TRELLIS
  258. CONNECT, 19200, 4800=CONNECT 4800 TRELLIS/REL
  259. CONNECT, 19200, 4800=CONNECT 4800 TRELLIS/LAPM
  260. CONNECT, 19200, 4800=CONNECT 4800 TRELLIS/REL/COMP
  261. CONNECT, 19200, 4800=CONNECT 4800 TRELLIS/LAPM/COMP
  262.  
  263. CONNECT, 19200, 2400=CONNECT 2400
  264. CONNECT, 19200, 2400=CONNECT 2400 EC
  265. CONNECT, 19200, 2400=CONNECT 2400/EC
  266. CONNECT, 19200, 2400=CONNECT 2400/ECL
  267. CONNECT, 19200, 2400=CONNECT 2400/NoEC
  268. CONNECT, 19200, 2400=CONNECT 2400/REL
  269. CONNECT, 19200, 2400=CONNECT 2400/REL 4
  270. CONNECT, 19200, 2400=CONNECT 2400/REL 5
  271. CONNECT, 19200, 2400=CONNECT 2400/ARQ
  272. CONNECT, 19200, 2400=CONNECT 2400/V.42
  273. CONNECT, 19200, 2400=CONNECT 2400/V42
  274. CONNECT, 19200, 2400=CONNECT 2400/V42b
  275. CONNECT, 19200, 2400=CONNECT 2400/V.42BIS
  276. CONNECT, 19200, 2400=CONNECT 2400/V42BIS
  277. CONNECT, 19200, 2400=CONNECT 2400/V.42bis
  278. CONNECT, 19200, 2400=CONNECT 2400/V42bis
  279. CONNECT, 19200, 2400=CONNECT 2400 V42
  280. CONNECT, 19200, 2400=CONNECT 2400 V42bis
  281. CONNECT, 19200, 2400=CONNECT 2400 MNP
  282. CONNECT, 19200, 2400=CONNECT 2400 BUFFER
  283. CONNECT, 19200, 2400=CONNECT 2400/MNP5
  284. CONNECT, 19200, 2400=CONNECT 2400/MNP4
  285. CONNECT, 19200, 2400=CONNECT 2400/MNP3
  286. CONNECT, 19200, 2400=CONNECT 2400/MNP2
  287. CONNECT, 19200, 2400=CONNECT 2400/REL - MNP
  288. CONNECT, 19200, 2400=CONNECT 2400/REL - LAPM
  289. CONNECT, 19200, 2400=CONNECT 2400 RELIABLE
  290. CONNECT, 19200, 2400=CONNECT 2400 RELIABLE COMPRESSED
  291. CONNECT, 19200, 2400=CONNECT 2400/REC
  292. CONNECT, 19200, 2400=CONNECT 2400/LAPM
  293. CONNECT, 19200, 2400=CONNECT 2400 LAP-M
  294. CONNECT, 19200, 2400=CONNECT 2400/COMP
  295. CONNECT, 19200, 2400=CONNECT 2400/LAPM/COMP
  296. CONNECT, 19200, 2400=CONNECT 2400/LAP-M ACTIVE
  297.  
  298. CONNECT, 19200, 1200=CONNECT 1200
  299. CONNECT, 19200, 1200=CONNECT 1200 EC
  300. CONNECT, 19200, 1200=CONNECT 1200/EC
  301. CONNECT, 19200, 1200=CONNECT 1200/ECL
  302. CONNECT, 19200, 1200=CONNECT 1200/NoEC
  303. CONNECT, 19200, 1200=CONNECT 1200/REL
  304. CONNECT, 19200, 1200=CONNECT 1200/REL 4
  305. CONNECT, 19200, 1200=CONNECT 1200/REL 5
  306. CONNECT, 19200, 1200=CONNECT 1200/ARQ
  307. CONNECT, 19200, 1200=CONNECT 1200/V.42
  308. CONNECT, 19200, 1200=CONNECT 1200/V42
  309. CONNECT, 19200, 1200=CONNECT 1200/V42b
  310. CONNECT, 19200, 1200=CONNECT 1200/V.42BIS
  311. CONNECT, 19200, 1200=CONNECT 1200/V42BIS
  312. CONNECT, 19200, 1200=CONNECT 1200/V.42bis
  313. CONNECT, 19200, 1200=CONNECT 1200/V42bis
  314. CONNECT, 19200, 1200=CONNECT 1200 V42
  315. CONNECT, 19200, 1200=CONNECT 1200 V42bis
  316. CONNECT, 19200, 1200=CONNECT 1200 MNP
  317. CONNECT, 19200, 1200=CONNECT 1200 BUFFER
  318. CONNECT, 19200, 1200=CONNECT 1200 V.22
  319. CONNECT, 19200, 1200=CONNECT 1200/MNP5
  320. CONNECT, 19200, 1200=CONNECT 1200/MNP4
  321. CONNECT, 19200, 1200=CONNECT 1200/MNP3
  322. CONNECT, 19200, 1200=CONNECT 1200/MNP2
  323. CONNECT, 19200, 1200=CONNECT 1200/REL - MNP
  324. CONNECT, 19200, 1200=CONNECT 1200/REL - LAPM
  325. CONNECT, 19200, 1200=CONNECT 1200 RELIABLE
  326. CONNECT, 19200, 1200=CONNECT 1200 RELIABLE COMPRESSED
  327. CONNECT, 19200, 1200=CONNECT 1200/REC
  328. CONNECT, 19200, 1200=CONNECT 1200/LAPM
  329. CONNECT, 19200, 1200=CONNECT 1200/COMP
  330. CONNECT, 19200, 1200=CONNECT 1200/LAPM/COMP
  331. CONNECT, 19200, 1200=CONNECT 1200/LAP-M ACTIVE
  332.  
  333. CARRIER,,9600=CARRIER 9600
  334.  
  335. CARRIER,,4800=CARRIER 4800
  336.  
  337. CARRIER,,2400=CARRIER 2400
  338.  
  339. CARRIER,,1200=CARRIER 1200
  340.  
  341.