home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 November / PCWorld_2000-11_cd.bin / Akce / setup.exe / data1.cab / DataFilesModemCommandScripts / gen_all.mdm < prev    next >
Text File  |  2000-08-20  |  15KB  |  427 lines

  1. ; Generic All-Speed Modem Command File
  2. ; (for Notes Release 3 or later versions ONLY)
  3. ; 03/04/99 RVK/Iris, SAB/LDC modified connect responses
  4.  
  5. ;=====================================================
  6. ; Last revision date: 03/04/99 (update this date
  7. ; each time you edit; it is also advisable to rename
  8. ; your edited file [use Save As, rather than Save 
  9. ; option] to avoid later confusion and to keep the 
  10. ; original .MDM file intact).
  11.  
  12. ; NOTE: Refer to the file TEMPLATE.MDM (A Sample Modem 
  13. ; Command File) for a description of modem command 
  14. ; files and how they work. "A Sample Modem Command 
  15. ; File" is user selectable within the Lotus Notes 
  16. ; Setup dialog "Modem Type" listbox in which you found 
  17. ; this modem command file (see end of listings, 
  18. ; beginning with a period) and is a printable ASCII 
  19. ; text file (approximately 15 pages). 
  20. ;======================================================
  21.  
  22. ; HOW TO USE THIS FILE: The Generic All-Speed Modem 
  23. ; Command File is intended to be used ONLY when no 
  24. ; command file currently exists for the available modem, 
  25. ; and a reliable connection cannot be obtained with 
  26. ; command files for modems which seem closest to the 
  27. ; model in question.  This file has been written for use 
  28. ; with Lotus Notes Release 3 and later.  It is possible 
  29. ; this file will work as-is, with no editing required from 
  30. ; the user.  Should initial attempts fail, turn on LOG I/O 
  31. ; and try to determine the problem's source. The paragraphs 
  32. ; below describe how to deal, in order of likelihood with 
  33. ; the three most common reasons for command file failure.
  34.  
  35. ; 1. This file contains CONNECT responses which end in 
  36. ; "wildcards" (asterisks).  As the CONNECT response syntax 
  37. ; may vary significantly from modem to modem there formerly 
  38. ; was no guarantee that even a broad range of result codes 
  39. ; listed would enable Notes to properly initialize an 
  40. ; unsupported modem.  Notes Version 3.2 and this V3 Generic 
  41. ; command file circumvent this problem by substituting 
  42. ; wildcards for all result codes--the Notes XPC driver will 
  43. ; accept any form of response from the modem provided the 
  44. ; equal string to the left of the asterisk exactly matches 
  45. ; its first portion. 
  46.  
  47. ; 2.  The next thing you'll need to do will be to determine 
  48. ; the proper commands for activating RTS/CTS ENABLED or 
  49. ; IGNORED (assuming your modem supports hardware flow 
  50. ; control).  Again a wide variety of possible commands have 
  51. ; been listed, but all have been remmed out (see the section 
  52. ; headed "[commands]" below--the disabled lines have 
  53. ; semicolons in front of them, which will need to be removed to 
  54. ; make the commands active). The name of vendors known to 
  55. ; use various versions of these commands are listed here, as well;
  56. ; however, it may  be necessary for you to consult your user's 
  57. ; manual to  determine which set (if any of those listed) are 
  58. ; correct for your modem.  
  59.  
  60. ; 3.  Lastly, the main setup strings, SETUP=AT&F, 
  61. ; SETUP=ATE0V1, and SETUP=AT&C1&D2S0=0X4, allow the modem to 
  62. ; operate using factory default settings (&F [Note: some vendors
  63. ; use &F1 or &F2--the user will need to consult the manual 
  64. ; and edit this command]), with the certain necessary exceptions.  
  65. ; Echo is turned off, and Verbose mode is turned on (English responses 
  66. ; rather than numeric).  The main string instructs the modem to track 
  67. ; carrier, hang up if DTR (Data Terminal Ready signal) drops, to not 
  68. ; auto-answer, and to enable the broadest variety of result codes.  
  69. ; chances are good that the factory defaults, combined with these 
  70. ; required settings, will permit reliable connections to be obtained.  
  71. ; Here again, there are no guarantees, and further study of the 
  72. ; manual, or a call to the vendor, may be required for use of your 
  73. ; unsupported modem with Notes. 
  74.  
  75. ; A special note concerning setup and CONNECT responses 
  76. ; (section 1, above): it is necessary that, if your modem employs 
  77. ; an Auto-Reliable mode, the command which turns this mode 
  78. ; on be included in the main setup string, unless Auto-Reliable 
  79. ; happens to be the factory default (as is the case with many 
  80. ; modern modems).  The command (and any other deemed 
  81. ; necessary) may simply be appended after the X4 command.  If 
  82. ; you are not sure whether a failure to establish dialog is due to 
  83. ; a missing Auto-Reliable command, try lowering the Maximum 
  84. ; Speed via the user interface to the maximum carrier rate the modem 
  85. ; is rated for.  If the connection now succeeds, it usually means 
  86. ; that the factory default is set to Normal or Direct mode, and that 
  87. ; you are not getting the benefit of whatever compression the 
  88. ; modem is capable of.  You should still, however be able to use 
  89. ; the modem for Notes dialup.
  90. ;-------------------------------------------------------------------
  91.  
  92. [attributes]
  93.  
  94. MODELS=Generic All-Speed Modem File (with instructions)
  95. NULL MODEM=0
  96. MAXIMUM SPEED=57600
  97. DEFAULT SPEED=57600
  98.  
  99. ; NOTE: MAXIMUM SPEED for your modem may be lower than 
  100. ; 57600 bps.  Consult your user documentation if a problem is
  101. ; encountered at this speed, and lower the selected speed in
  102. ; the Maximum Speed section of the appropriate Setup box
  103. ; within the Notes user interface dialog.  It is unnecessary to
  104. ; edit this file to lower your port speed.
  105.  
  106. ;CARRIER CONNECT=1
  107.  
  108. ; NOTE: With proper CONNECT responses at the end of the .mdm file
  109. ; the CARRIER CONNECT attribute is unnecessary, or may be
  110. ; set to zero (0).  On all platforms except the Mac, this
  111. ; attribute may be useful in cases where the CONNECT responses
  112. ; are not known.  CARRIER CONNECT=1 tells the Notes XPC driver
  113. ; to ignore the connect responses being returned by the modem
  114. ; and to pay attention only to the physical carrier state when
  115. ; determining whether a connection exists.
  116.  
  117.  
  118. [commands]
  119.  
  120. ESCAPE=+++
  121. ATTENTION=ATE0V1
  122. HANGUP=ATH0
  123.  
  124. ;--------------------SETUP STRINGS (max. lines=15)---------------
  125.  
  126. SETUP=AT&F
  127. SETUP=ATE0V1
  128. SETUP=AT&C1&D2S0=0X4
  129.  
  130. ;------RTS/CTS ENABLED or IGNORED (max. lines=2, min.=0)--------
  131.  
  132. ; NOTE: If the computer and modem refuse to communicate with 
  133. ; no flow control specified in the command file, either refer to 
  134. ; the manual to determine if one of the following sets of commands 
  135. ; is correct for your modem (or if yet another set is needed), or 
  136. ; select one set at a time till you activate one which works.  The 
  137. ; semicolons at the start of each line cause Notes to ignore the 
  138. ; line, removing them causes Notes to utilize them in initializing 
  139. ; the modem.  Be careful not to remove semicolons from lines which
  140. ; are not command lines, and from more than one set of Enabled/Ignored
  141. ; lines at a time.
  142.  
  143. ;-----------------------------------------------------------------
  144. ; Used by Compaq internals, some Hayes, Practical Peripherals,
  145. ; Telebit T2500, Twincom, Zoom, Zypcom:
  146.  
  147. ;RTS/CTS ENABLED=AT&K3
  148. ;RTS/CTS IGNORED=AT&K0
  149.  
  150. ;-----------------------------------------------------------------
  151. ; Used by Hayes Ultra and Optima, Practical Peripherals 144:
  152.  
  153. ;RTS/CTS ENABLED=AT&K3&R0
  154. ;RTS/CTS IGNORED=AT&K3&R1
  155.  
  156. ;-----------------------------------------------------------------
  157. ; Used by Octocom:
  158.  
  159. ;RTS/CTS ENABLED=AT&K2&U3
  160. ;RTS/CTS IGNORED=AT&K0&U0
  161.  
  162. ;-----------------------------------------------------------------
  163. ; Used by ZyXEL:
  164.  
  165. ;RTS/CTS ENABLED=AT&H3
  166. ;RTS/CTS IGNORED=AT&H0
  167.  
  168. ;-----------------------------------------------------------------
  169. ; Used by USRobotics:
  170. ;
  171. ;RTS/CTS ENABLED=AT&H1&R2&K2
  172. ;RTS/CTS IGNORED=AT&H0&R1&K0
  173.  
  174. ;-----------------------------------------------------------------
  175. ; Used by MultTech:
  176.  
  177. ;RTS/CTS ENABLED=AT&E13
  178. ;RTS/CTS IGNORED=AT&E12
  179.  
  180. ;-----------------------------------------------------------------
  181. ; Used by Telebit QBlazer:
  182.  
  183. ;RTS/CTS ENABLED=AT&R0S58=2S68=255
  184. ;RTS/CTS IGNORED=AT&R3S58=0S68=255
  185.  
  186. ;-----------------------------------------------------------------
  187. ; Used by Telebit Trailblazer, T1600, and T3000:
  188.  
  189. ;RTS/CTS ENABLED=ATS58=2S66=1
  190. ;RTS/CTS IGNORED=ATS58=0S66=0
  191.  
  192. ;-----------------------------------------------------------------
  193. ; Used by DSI:
  194.  
  195. ;RTS/CTS ENABLED=AT*F3
  196. ;RTS/CTS IGNORED=AT*F0
  197.  
  198. ;-----------------------------------------------------------------
  199. ; Used by Motorola Codex:
  200.  
  201. ;RTS/CTS ENABLED=AT*FL3
  202. ;RTS/CTS IGNORED=AT*FL0
  203.  
  204. ;-----------------------------------------------------------------
  205. ; Used by Ventel:
  206.  
  207. ;RTS/CTS ENABLED=AT%F1
  208. ;RTS/CTS IGNORED=AT%F0
  209.  
  210. ;-----------------------------------------------------------------
  211. ; Used by Racal-Milgo:
  212.  
  213. ;RTS/CTS ENABLED=AT\\Q1
  214. ;RTS/CTS IGNORED=AT\\Q0
  215.  
  216. ;-----------------------------------------------------------------
  217. ; Used by AT&T Safari, Microcom, Texas Instruments:
  218.  
  219. ;RTS/CTS ENABLED=AT\\Q2
  220. ;RTS/CTS IGNORED=AT\\Q0
  221.  
  222. ;-----------------------------------------------------------------
  223. ; Used by Data Race, DataStar, GVC, IBM, Microcom, Intel,
  224. ; Megahertz, NEC, PIICEON, UDS, Worldport, Zeos:
  225.  
  226. ;RTS/CTS ENABLED=AT\\Q3
  227. ;RTS/CTS IGNORED=AT\\Q0
  228.  
  229. ;-----------------------------------------------------------------
  230. ; Used by: AT&T Comsphere:
  231.  
  232. ;RTS/CTS ENABLED=AT\\Q3&R0
  233. ;RTS/CTS IGNORED=AT\\Q0&R1
  234.  
  235. ;------------------------------------------------------------------
  236. VOLUME OFF=ATM0
  237. VOLUME LOW=ATM1L1
  238. VOLUME MEDIUM=ATM1L2
  239. VOLUME HIGH=ATM1L3
  240. ANSWER=ATA
  241. MANUAL DIAL=ATX3D
  242. AUTO PULSE DIAL=ATDP
  243. AUTO TONE DIAL=ATDT
  244. AUTO DIAL SUFFIX=,
  245.  
  246. [responses]
  247.  
  248. OK=OK
  249.  
  250. BUSY=BUSY
  251.  
  252. NO ANSWER=NO ANSWER
  253.  
  254. NO CARRIER=NO CARRIER
  255.  
  256. NO DIALTONE=NO DIALTONE
  257. NO DIALTONE=NO DIAL TONE
  258.  
  259. ERROR=ERROR
  260.  
  261. RING=RING
  262.  
  263. ;------------CONNECT RESPONSES (max. lines=300)----------
  264.  
  265.  
  266. CONNECT, 230400, 230400=CONNECT 230400*
  267. CONNECT, 115200, 115200=CONNECT 115200*
  268. CONNECT, 115200, 64000=CONNECT 64000*
  269. CONNECT, 115200, 62666=CONNECT 62666*
  270. CONNECT, 115200, 61333=CONNECT 61333*
  271. CONNECT, 115200, 60000=CONNECT 60000*
  272. CONNECT, 115200, 58666=CONNECT 58666*
  273. CONNECT, 115200, 57600=CONNECT 57600*
  274. CONNECT, 115200, 57333=CONNECT 57333*
  275. CONNECT, 115200, 56000=CONNECT 56000*
  276. CONNECT, 115200, 54666=CONNECT 54666*
  277. CONNECT, 115200, 54000=CONNECT 54000*
  278. CONNECT, 115200, 53333=CONNECT 53333*
  279. CONNECT, 115200, 52000=CONNECT 52000*
  280. CONNECT, 115200, 50666=CONNECT 50666*
  281. CONNECT, 115200, 50000=CONNECT 50000*
  282. CONNECT, 115200, 49333=CONNECT 49333*
  283. CONNECT, 115200, 48000=CONNECT 48000*
  284. CONNECT, 115200, 46666=CONNECT 46666*
  285. CONNECT, 115200, 46000=CONNECT 46000*
  286. CONNECT, 115200, 45333=CONNECT 45333*
  287. CONNECT, 115200, 44000=CONNECT 44000*
  288. CONNECT, 115200, 42666=CONNECT 42666*
  289. CONNECT, 115200, 42000=CONNECT 42000*
  290. CONNECT, 115200, 41333=CONNECT 41333*
  291. CONNECT, 115200, 40000=CONNECT 40000*
  292. CONNECT, 115200, 38666=CONNECT 38666*
  293. CONNECT, 115200, 38400=CONNECT 38400*
  294. CONNECT, 115200, 38000=CONNECT 38000*
  295. CONNECT, 115200, 37333=CONNECT 37333*
  296. CONNECT, 115200, 36000=CONNECT 36000*
  297. CONNECT, 115200, 34666=CONNECT 34666*
  298. CONNECT, 115200, 34000=CONNECT 34000*
  299. CONNECT, 115200, 33600=CONNECT 33600*
  300. CONNECT, 115200, 33333=CONNECT 33333*
  301. CONNECT, 115200, 32000=CONNECT 32000*
  302. CONNECT, 115200, 31200=CONNECT 31200*
  303. CONNECT, 115200, 30666=CONNECT 30666*
  304. CONNECT, 115200, 29333=CONNECT 29333*
  305. CONNECT, 115200, 28800=CONNECT 28800*
  306. CONNECT, 115200, 28000=CONNECT 28000*
  307. CONNECT, 115200, 26400=CONNECT 26400*
  308. CONNECT, 115200, 24000=CONNECT 24000*
  309. CONNECT, 115200, 21600=CONNECT 21600*
  310. CONNECT, 115200, 19200=CONNECT 19200*
  311. CONNECT, 115200, 16800=CONNECT 16800*
  312. CONNECT,  57600, 14400=CONNECT 14400*
  313. CONNECT,  19200, 12000=CONNECT 12000*
  314. CONNECT,   9600,  9600=CONNECT 9600*
  315. CONNECT,   9600,  7200=CONNECT 7200*
  316. CONNECT,   4800,  4800=CONNECT 4800*
  317. CONNECT,   2400,  2400=CONNECT 2400*
  318. CONNECT,   1200,  1200=CONNECT 1200*
  319.  
  320. ; Additional Connect Response Section for the odd modem which uses
  321. ; a non-standard response format (with periods, commas, or other
  322. ; punctuation):
  323.  
  324. CONNECT, 57600, 57600=CONNECT 57.6*
  325. CONNECT, 57600, 57600=CONNECT 57*
  326.  
  327. CONNECT, 57600, 38400=CONNECT 38.4*
  328. CONNECT, 57600, 38400=CONNECT 38*
  329.  
  330. CONNECT, 57600, 28800=CONNECT 28.8*
  331. CONNECT, 57600, 28800=CONNECT 28*
  332.  
  333. CONNECT, 57600, 26400=CONNECT 26.4*
  334. CONNECT, 57600, 26400=CONNECT 26*
  335.  
  336. CONNECT, 57600, 24000=CONNECT 24.0*
  337. CONNECT, 57600, 24000=CONNECT 24*
  338.  
  339. CONNECT, 57600, 21600=CONNECT 21.6*
  340. CONNECT, 57600, 21600=CONNECT 21*
  341.  
  342. CONNECT, 19200, 19200=CONNECT 19.2*
  343. CONNECT, 19200, 19200=CONNECT 19*
  344.  
  345. CONNECT, 19200, 16800=CONNECT 16.8*
  346. CONNECT, 19200, 16800=CONNECT 16*
  347.  
  348. CONNECT, 19200, 14400=CONNECT 14.4*
  349. CONNECT, 19200, 14400=CONNECT 14*
  350.  
  351. CONNECT, 19200, 12000=CONNECT 12.0*
  352. CONNECT, 19200, 12000=CONNECT 12*
  353.  
  354. CONNECT,  9600, 9600=CONNECT 9.6*
  355. CONNECT,  9600, 9600=CONNECT 96*
  356.  
  357. CONNECT,  9600, 7200=CONNECT 7.2*
  358. CONNECT,  9600, 7200=CONNECT 72*
  359.  
  360. CONNECT,  4800, 4800=CONNECT 4.8*
  361. CONNECT,  4800, 4800=CONNECT 48*
  362.  
  363. CONNECT,  2400, 2400=CONNECT 2.4*
  364. CONNECT,  2400, 2400=CONNECT 24*
  365.  
  366. CONNECT,  1200, 1200=CONNECT 1.2*
  367. CONNECT,  1200, 1200=CONNECT 12*
  368.  
  369. ; CARRIER responses for modems which follow the Hayes-style
  370. ; reporting syntax:
  371.  
  372. CARRIER,,56000=CARRIER 56000*
  373. CARRIER,,57600=CARRIER 64000*
  374. CARRIER,,57600=CARRIER 62666*
  375. CARRIER,,57600=CARRIER 61333*
  376. CARRIER,,57600=CARRIER 60000*
  377. CARRIER,,57600=CARRIER 58666*
  378. CARRIER,,57600=CARRIER 57600*
  379. CARRIER,,57600=CARRIER 57333*
  380. CARRIER,,57600=CARRIER 56000*
  381. CARRIER,,57600=CARRIER 54666*
  382. CARRIER,,57600=CARRIER 54000*
  383. CARRIER,,57600=CARRIER 53333*
  384. CARRIER,,57600=CARRIER 52000*
  385. CARRIER,,57600=CARRIER 50666*
  386. CARRIER,,57600=CARRIER 50000*
  387. CARRIER,,57600=CARRIER 49333*
  388. CARRIER,,57600=CARRIER 48000*
  389. CARRIER,,57600=CARRIER 46666*
  390. CARRIER,,57600=CARRIER 46000*
  391. CARRIER,,57600=CARRIER 45333*
  392. CARRIER,,57600=CARRIER 44000*
  393. CARRIER,,57600=CARRIER 42666*
  394. CARRIER,,57600=CARRIER 42000*
  395. CARRIER,,57600=CARRIER 41333*
  396. CARRIER,,57600=CARRIER 40000*
  397. CARRIER,,57600=CARRIER 38666*
  398. CARRIER,,57600=CARRIER 38400*
  399. CARRIER,,57600=CARRIER 38000*
  400. CARRIER,,57600=CARRIER 37333*
  401. CARRIER,,57600=CARRIER 36000*
  402. CARRIER,,57600=CARRIER 34666*
  403. CARRIER,,57600=CARRIER 34000*
  404. CARRIER,,57600=CARRIER 33600*
  405. CARRIER,,57600=CARRIER 33333*
  406. CARRIER,,57600=CARRIER 32000*
  407. CARRIER,,57600=CARRIER 31200*
  408. CARRIER,,57600=CARRIER 30666*
  409. CARRIER,,57600=CARRIER 29333*
  410. CARRIER,,57600=CARRIER 28800*
  411. CARRIER,,57600=CARRIER 28000*
  412. CARRIER,,57600=CARRIER 26400*
  413. CARRIER,,57600=CARRIER 24000*
  414. CARRIER,,57600=CARRIER 21600*
  415. CARRIER,,57600=CARRIER 19200*
  416. CARRIER,,57600=CARRIER 16800*
  417. CARRIER, 57600=CARRIER 14400*
  418. CARRIER, 19200=CARRIER 12000*
  419. CARRIER,  9600=CARRIER 9600*
  420. CARRIER,  9600=CARRIER 7200*
  421. CARRIER,  4800=CARRIER 4800*
  422. CARRIER,  2400=CARRIER 2400*
  423. CARRIER,  1200=CARRIER 1200*
  424.  
  425. ; <eof>
  426.  
  427.