home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 April / APC443.iso / features / grpware / notes / 50lbwic.exe / DATA1.CAB / NotesDataFilesModemCommandScripts / gen_all.mdm < prev    next >
Encoding:
Text File  |  1999-01-29  |  15.0 KB  |  443 lines

  1. ; Generic All-Speed Modem Command File
  2. ; (for Notes Release 3 or later versions ONLY)
  3. ; 11/06/98 RVK/Iris modified connect responses
  4.  
  5. ;=====================================================
  6. ; Last revision date: 11/06/98 (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 14 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 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 know to 
  55. ; use various  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 
  62. ; modem to operate using factory default settings (&F), with the 
  63. ; certain necessary exceptions.  Echo is turned off, and Verbose 
  64. ; mode is turned on (English responses rather than numeric).  
  65. ; The main string instructs the modem to track carrier, hang up if
  66. ; DTR (Data Terminal Ready signal) drops, to not auto-answer, 
  67. ; and to enable the broadest variety of result codes.  The chances 
  68. ; are good that the factory defaults, combined with these required 
  69. ; settings, will permit reliable connections to be obtained.  But 
  70. ; here again, there are no guarantees, and further study of the 
  71. ; manual, or a call to the vendor, may be required for use of your 
  72. ; unsupported modem with Notes. 
  73.  
  74. ; A special note concerning setup and CONNECT responses 
  75. ; (section 1, above): it is necessary that, if your modem employs 
  76. ; an Auto-Reliable mode, the command which turns this mode 
  77. ; on be included in the main setup string, unless Auto-Reliable 
  78. ; happens to be the factory default (as is the case with many 
  79. ; modern modems).  The command (and any other deemed 
  80. ; necessary) may simply be appended after the X4 command.  If 
  81. ; you are not sure whether a failure to establish dialog is due to 
  82. ; a missing Auto-Reliable command, try lowering the Maximum 
  83. ; Speed via the user interface to the maximum carrier rate the modem 
  84. ; is rated for.  If the connection now succeeds, it usually means 
  85. ; that the factory default is set to Normal or Direct mode, and that 
  86. ; you are not getting the benefit of whatever compression the 
  87. ; modem is capable of.  You should still, however be able to use 
  88. ; the modem for Notes dialup.
  89. ;-------------------------------------------------------------------
  90.  
  91. [attributes]
  92.  
  93. MODELS=Generic All-Speed Modem File (with instructions)
  94. NULL MODEM=0
  95. MAXIMUM SPEED=57600
  96. DEFAULT SPEED=57600
  97.  
  98. ; NOTE: MAXIMUM SPEED for your modem may be lower than 
  99. ; 57600 bps.  Consult your user documentation if a problem is
  100. ; encountered at this speed, and lower the selected speed in
  101. ; the Maximum Speed section of the appropriate Setup box
  102. ; within the Notes user interface dialog.  It is unnecessary to
  103. ; edit this file to lower your port speed.
  104.  
  105. ;FIXED SPEED=1
  106.  
  107. ; NOTE: Remove the semicolon from the FIXED SPEED=x
  108. ; attribute line ONLY when working with Notes Release 3.0,
  109. ; NOT when using earlier or later point releases.  Fixed
  110. ; Speed, as a Notes command file setting, is intended only
  111. ; for Null modems, or as a workaround to a problem appearing
  112. ; in Rel. 3.0 only (the problem was resolved in 3.0a).
  113.  
  114. [commands]
  115.  
  116. ESCAPE=+++
  117. ATTENTION=ATE0V1
  118. HANGUP=ATH0
  119.  
  120. ;--------------------SETUP STRINGS (max. lines=15)---------------
  121.  
  122. SETUP=AT&F
  123. SETUP=ATE0V1
  124. SETUP=AT&C1&D2S0=0X4
  125.  
  126. ;------RTS/CTS ENABLED or IGNORED (max. lines=2, min.=0)--------
  127.  
  128. ; NOTE: If the computer and modem refuse to communicate with 
  129. ; no flow control specified in the command file, either refer to 
  130. ; the manual to determine if one of the following sets of commands 
  131. ; is correct for your modem (or if yet another set is needed), or 
  132. ; select one set at a time till you activate one which works.  The 
  133. ; semicolons at the start of each line cause Notes to ignore the 
  134. ; line, removing them causes Notes to utilize them in initializing 
  135. ; the modem.  Be careful not to remove semicolons from lines which
  136. ; are not command lines, and from more than one set of Enabled/Ignored
  137. ; lines at a time.
  138.  
  139. ;-----------------------------------------------------------------
  140. ; Used by Compaq internals, some Hayes, Practical Peripherals,
  141. ; Telebit T2500, Twincom, Zoom, Zypcom:
  142.  
  143. ;RTS/CTS ENABLED=AT&K3
  144. ;RTS/CTS IGNORED=AT&K0
  145.  
  146. ;-----------------------------------------------------------------
  147. ; Used by Hayes Ultra and Optima, Practical Peripherals 144:
  148.  
  149. ;RTS/CTS ENABLED=AT&K3&R0
  150. ;RTS/CTS IGNORED=AT&K3&R1
  151.  
  152. ;-----------------------------------------------------------------
  153. ; Used by Octocom:
  154.  
  155. ;RTS/CTS ENABLED=AT&K2&U3
  156. ;RTS/CTS IGNORED=AT&K0&U0
  157.  
  158. ;-----------------------------------------------------------------
  159. ; Used by ZyXEL:
  160.  
  161. ;RTS/CTS ENABLED=AT&H3
  162. ;RTS/CTS IGNORED=AT&H0
  163.  
  164. ;-----------------------------------------------------------------
  165. ; Used by USRobotics:
  166. ;
  167. ;RTS/CTS ENABLED=AT&H1&R2&K2
  168. ;RTS/CTS IGNORED=AT&H0&R1&K0
  169.  
  170. ;-----------------------------------------------------------------
  171. ; Used by MultTech:
  172.  
  173. ;RTS/CTS ENABLED=AT&E13
  174. ;RTS/CTS IGNORED=AT&E12
  175.  
  176. ;-----------------------------------------------------------------
  177. ; Used by Telebit QBlazer:
  178.  
  179. ;RTS/CTS ENABLED=AT&R0S58=2S68=255
  180. ;RTS/CTS IGNORED=AT&R3S58=0S68=255
  181.  
  182. ;-----------------------------------------------------------------
  183. ; Used by Telebit Trailblazer, T1600, and T3000:
  184.  
  185. ;RTS/CTS ENABLED=ATS58=2S66=1
  186. ;RTS/CTS IGNORED=ATS58=0S66=0
  187.  
  188. ;-----------------------------------------------------------------
  189. ; Used by DSI:
  190.  
  191. ;RTS/CTS ENABLED=AT*F3
  192. ;RTS/CTS IGNORED=AT*F0
  193.  
  194. ;-----------------------------------------------------------------
  195. ; Used by Motorola Codex:
  196.  
  197. ;RTS/CTS ENABLED=AT*FL3
  198. ;RTS/CTS IGNORED=AT*FL0
  199.  
  200. ;-----------------------------------------------------------------
  201. ; Used by Ventel:
  202.  
  203. ;RTS/CTS ENABLED=AT%F1
  204. ;RTS/CTS IGNORED=AT%F0
  205.  
  206. ;-----------------------------------------------------------------
  207. ; Used by Racal-Milgo:
  208.  
  209. ;RTS/CTS ENABLED=AT\\Q1
  210. ;RTS/CTS IGNORED=AT\\Q0
  211.  
  212. ;-----------------------------------------------------------------
  213. ; Used by AT&T Safari, Microcom, Texas Instruments:
  214.  
  215. ;RTS/CTS ENABLED=AT\\Q2
  216. ;RTS/CTS IGNORED=AT\\Q0
  217.  
  218. ;-----------------------------------------------------------------
  219. ; Used by Data Race, DataStar, GVC, IBM, Microcom, Intel,
  220. ; Megahertz, NEC, PIICEON, UDS, Worldport, Zeos:
  221.  
  222. ;RTS/CTS ENABLED=AT\\Q3
  223. ;RTS/CTS IGNORED=AT\\Q0
  224.  
  225. ;-----------------------------------------------------------------
  226. ; Used by: AT&T Comsphere:
  227.  
  228. ;RTS/CTS ENABLED=AT\\Q3&R0
  229. ;RTS/CTS IGNORED=AT\\Q0&R1
  230.  
  231. ;------------------------------------------------------------------
  232. VOLUME OFF=ATM0
  233. VOLUME LOW=ATM1L1
  234. VOLUME MEDIUM=ATM1L2
  235. VOLUME HIGH=ATM1L3
  236. ANSWER=ATA
  237. MANUAL DIAL=ATX3D
  238. AUTO PULSE DIAL=ATDP
  239. AUTO TONE DIAL=ATDT
  240. AUTO DIAL SUFFIX=,
  241.  
  242. [responses]
  243.  
  244. OK=OK
  245.  
  246. BUSY=BUSY
  247.  
  248. NO ANSWER=NO ANSWER
  249.  
  250. NO CARRIER=NO CARRIER
  251.  
  252. NO DIALTONE=NO DIALTONE
  253. NO DIALTONE=NO DIAL TONE
  254.  
  255. ERROR=ERROR
  256.  
  257. RING=RING
  258.  
  259. ;------------CONNECT RESPONSES (max. lines=300)----------
  260.  
  261. CONNECT, 57600, 56000=CONNECT 115200*
  262. CONNECT, 57600, 61333=CONNECT 61333*
  263. CONNECT, 57600, 60000=CONNECT 60000*
  264. CONNECT, 57600, 58666=CONNECT 58666*
  265. CONNECT, 57600, 56000=CONNECT 57600*
  266. CONNECT, 57600, 57333=CONNECT 57333*
  267. CONNECT, 57600, 56000=CONNECT 56000*
  268. CONNECT, 57600, 54666=CONNECT 54666*
  269. CONNECT, 57600, 54000=CONNECT 54000*
  270. CONNECT, 57600, 53333=CONNECT 53333*
  271. CONNECT, 57600, 52000=CONNECT 52000*
  272. CONNECT, 57600, 50666=CONNECT 50666*
  273. CONNECT, 57600, 50000=CONNECT 50000*
  274. CONNECT, 57600, 49333=CONNECT 49333*
  275. CONNECT, 57600, 48000=CONNECT 48000*
  276. CONNECT, 57600, 46666=CONNECT 46666*
  277. CONNECT, 57600, 46000=CONNECT 46000*
  278. CONNECT, 57600, 45333=CONNECT 45333*
  279. CONNECT, 57600, 44000=CONNECT 44000*
  280. CONNECT, 57600, 42666=CONNECT 42666*
  281. CONNECT, 57600, 42000=CONNECT 42000*
  282. CONNECT, 57600, 41333=CONNECT 41333*
  283. CONNECT, 57600, 40000=CONNECT 40000*
  284. CONNECT, 57600, 38666=CONNECT 38666*
  285.  
  286. CONNECT, 57600, 56000=CONNECT 38400*
  287.  
  288. CONNECT, 57600, 38000=CONNECT 38000*
  289. CONNECT, 57600, 37333=CONNECT 37333*
  290. CONNECT, 57600, 36000=CONNECT 36000*
  291. CONNECT, 57600, 34666=CONNECT 34666*
  292. CONNECT, 57600, 34000=CONNECT 34000*
  293. CONNECT, 57600, 33600=CONNECT 33600*
  294. CONNECT, 57600, 33333=CONNECT 33333*
  295. CONNECT, 57600, 32000=CONNECT 32000*
  296. CONNECT, 57600, 31200=CONNECT 31200*
  297. CONNECT, 57600, 30666=CONNECT 30666*
  298. CONNECT, 57600, 30000=CONNECT 30000*
  299. CONNECT, 57600, 29333=CONNECT 29333*
  300. CONNECT, 57600, 28800=CONNECT 28800*
  301. CONNECT, 57600, 26400=CONNECT 26400*
  302. CONNECT, 57600, 24000=CONNECT 24000*
  303. CONNECT, 57600, 21600=CONNECT 21600*
  304. CONNECT, 57600, 19200=CONNECT 19200*
  305. CONNECT, 57600, 16800=CONNECT 16800*
  306. CONNECT, 57600, 14400=CONNECT 14400*
  307. CONNECT, 57600, 12000=CONNECT 12000*
  308. CONNECT, 57600,  9600=CONNECT 9600*
  309. CONNECT, 57600,  7200=CONNECT 7200*
  310. CONNECT, 57600,  4800=CONNECT 4800*
  311. CONNECT, 57600,  2400=CONNECT 2400*
  312. CONNECT, 57600,  1200=CONNECT 1200*
  313.  
  314. ; Previous Connect Response Section
  315. ; Kept to maintain backwards compatability with older modems (e.g. 9600 -14.4)
  316. ; where wild carded connect response was not recognized.
  317. CONNECT, 115200, 115200=CONNECT 115200
  318. CONNECT, 115200, 115200=CONNECT 115200*
  319. CONNECT, 115200, 115200=CONNECT 115.2*
  320. CONNECT, 115200, 115200=CONNECT 115*
  321.  
  322. ; NOTE: For port speeds of 115.2 Kbps to be used, the Maximum and
  323. ; Default speed settings in Attributes will also have to be raised to
  324. ; 115200, and the modem must support this port rate.
  325.  
  326. CONNECT, 57600, 57600=CONNECT 57600
  327. CONNECT, 57600, 57600=CONNECT 57600*
  328. CONNECT, 57600, 57600=CONNECT 57.6*
  329. CONNECT, 57600, 57600=CONNECT 57*
  330.  
  331. CONNECT, 57600, 38400=CONNECT 38400
  332. CONNECT, 57600, 38400=CONNECT 38400*
  333. CONNECT, 57600, 38400=CONNECT 38.4*
  334. CONNECT, 57600, 38400=CONNECT 38*
  335.  
  336. CONNECT, 57600, 28800=CONNECT 28800
  337. CONNECT, 57600, 28800=CONNECT 28800*
  338. CONNECT, 57600, 28800=CONNECT 28.8*
  339. CONNECT, 57600, 28800=CONNECT 28*
  340.  
  341. CONNECT, 57600, 26400=CONNECT 26400
  342. CONNECT, 57600, 26400=CONNECT 26400*
  343. CONNECT, 57600, 26400=CONNECT 26.4*
  344. CONNECT, 57600, 26400=CONNECT 26*
  345.  
  346. CONNECT, 57600, 24000=CONNECT 24000
  347. CONNECT, 57600, 24000=CONNECT 24000*
  348. CONNECT, 57600, 24000=CONNECT 24.0*
  349. CONNECT, 57600, 24000=CONNECT 24*
  350.  
  351. CONNECT, 57600, 21600=CONNECT 21600
  352. CONNECT, 57600, 21600=CONNECT 21600*
  353. CONNECT, 57600, 21600=CONNECT 21.6*
  354. CONNECT, 57600, 21600=CONNECT 21*
  355.  
  356. CONNECT, 57600, 19200=CONNECT 19200
  357. CONNECT, 57600, 19200=CONNECT 19200*
  358. CONNECT, 57600, 19200=CONNECT 19.2*
  359. CONNECT, 57600, 19200=CONNECT 19*
  360.  
  361. CONNECT, 57600, 16800=CONNECT 16800
  362. CONNECT, 57600, 16800=CONNECT 16800*
  363. CONNECT, 57600, 16800=CONNECT 16.8*
  364. CONNECT, 57600, 16800=CONNECT 16*
  365.  
  366. CONNECT, 57600, 14400=CONNECT 14400
  367. CONNECT, 57600, 14400=CONNECT 14400*
  368. CONNECT, 57600, 14400=CONNECT 14.4*
  369. CONNECT, 57600, 14400=CONNECT 14*
  370.  
  371. CONNECT, 57600, 12000=CONNECT 12000
  372. CONNECT, 57600, 12000=CONNECT 12000*
  373. CONNECT, 57600, 12000=CONNECT 12.0*
  374. CONNECT, 57600, 12000=CONNECT 12*
  375.  
  376. CONNECT,  9600, 9600=CONNECT 9600
  377. CONNECT, 57600, 9600=CONNECT 9600*
  378. CONNECT, 57600, 9600=CONNECT 9.6*
  379. CONNECT, 57600, 9600=CONNECT 96*
  380.  
  381. CONNECT,  7200, 7200=CONNECT 7200
  382. CONNECT, 57600, 7200=CONNECT 7200*
  383. CONNECT, 57600, 7200=CONNECT 7.2*
  384. CONNECT, 57600, 7200=CONNECT 72*
  385.  
  386. CONNECT,  4800, 4800=CONNECT 4800
  387. CONNECT, 57600, 4800=CONNECT 4800*
  388. CONNECT, 57600, 4800=CONNECT 4.8*
  389. CONNECT, 57600, 4800=CONNECT 48*
  390.  
  391. CONNECT,  2400, 2400=CONNECT 2400
  392. CONNECT, 57600, 2400=CONNECT 2400*
  393. CONNECT, 57600, 2400=CONNECT 2.4*
  394. CONNECT, 57600, 2400=CONNECT 24*
  395.  
  396. CONNECT,  1200, 1200=CONNECT 1200
  397. CONNECT, 57600, 1200=CONNECT 1200*
  398. CONNECT, 57600, 1200=CONNECT 1.2*
  399.  
  400. CONNECT, 57600=CONNECT
  401.  
  402. CARRIER,,56000=CARRIER 56000*
  403. CARRIER,,54000=CARRIER 54000*
  404. CARRIER,,52000=CARRIER 52000*
  405. CARRIER,,50000=CARRIER 50000*
  406. CARRIER,,48000=CARRIER 48000*
  407. CARRIER,,46000=CARRIER 46000*
  408. CARRIER,,44000=CARRIER 44000*
  409. CARRIER,,42000=CARRIER 42000*
  410. CARRIER,,40000=CARRIER 40000*
  411. CARRIER,,38000=CARRIER 38000*
  412. CARRIER,,36000=CARRIER 36000*
  413. CARRIER,,34000=CARRIER 34000*
  414. CARRIER,,33600=CARRIER 33600*
  415. CARRIER,,32000=CARRIER 32000*
  416. CARRIER,,31200=CARRIER 31200*
  417. CARRIER,,28800=CARRIER 28800*
  418. CARRIER,,28800=CARRIER 28800
  419. CARRIER,,26400=CARRIER 26400*
  420. CARRIER,,26400=CARRIER 26400
  421. CARRIER,,24000=CARRIER 24000*
  422. CARRIER,,24000=CARRIER 24000
  423. CARRIER,,21600=CARRIER 21600*
  424. CARRIER,,21600=CARRIER 21600
  425. CARRIER,,19200=CARRIER 19200*
  426. CARRIER,,19200=CARRIER 19200
  427. CARRIER,,16800=CARRIER 16800*
  428. CARRIER,,16800=CARRIER 16800
  429. CARRIER,,14400=CARRIER 14400*
  430. CARRIER,,14400=CARRIER 14400
  431. CARRIER,,12000=CARRIER 12000*
  432. CARRIER,,12000=CARRIER 12000
  433. CARRIER,, 9600=CARRIER 9600*
  434. CARRIER,, 9600=CARRIER 9600
  435. CARRIER,, 7200=CARRIER 7200*
  436. CARRIER,, 7200=CARRIER 7200
  437. CARRIER,, 4800=CARRIER 4800*
  438. CARRIER,, 4800=CARRIER 4800
  439. CARRIER,, 2400=CARRIER 2400*
  440. CARRIER,, 2400=CARRIER 2400
  441. CARRIER,, 1200=CARRIER 1200*
  442. CARRIER,, 1200=CARRIER 1200
  443.