home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / wr2isae1.exe / LAN.Z / WRPCMCIA.PIF < prev   
INI File  |  1996-02-14  |  6KB  |  276 lines

  1. [ASYNCSW]
  2. DLL = WCLVPCM
  3. Entry = StartVPCM
  4. Autostart = YES
  5. PIF = WRPCMCIA.PIF
  6. Title = "IBM Mwave Waverunner Digital Modem - PCMCIA"
  7. PCMCIA = YES
  8.  
  9. [Strings]
  10. D1  = "Synchronicity"
  11. D2  = "Modem Class"
  12. D3  = "Auto Baud Detect"
  13. D4  = "Serial Port Speed"
  14. D5  = "Flow Control"
  15.  
  16. D10 = "First Initialization String"
  17. D11 = "Second Initialization String"
  18. D12 = "Dial Prefix String"
  19. D13 = "Dial Suffix String"
  20. D14 = "Success Response String"
  21. D15 = "Failure Response String"
  22. D16 = "Connection Prefix String"
  23. D17 = "Connection Suffix String"
  24. D18 = "Escape String"
  25. D19 = "Hangup String"
  26. D20 = "Ring Back String"
  27. D21 = "Busy String"
  28. D22 = "No Carrier String"
  29. D23 = "No Dialtone String"
  30. D24 = "No Answer String"
  31. D25 = "Voice String"
  32. D26 = "Ring String"
  33.  
  34.  
  35. H2 = "Select the fastest modulation standard that the modem supports."
  36.  
  37. H3 = "If Auto Baud Detect is on, then the Port Manager will automatically
  38. change the serial port speed, to match the speed at which the modems connect.
  39. If Auto Baud Detect is off, then the serial port speed will remain fixed."
  40.  
  41. H4 = "Enter the speed at which the computer will communicate with the modem.
  42. This speed may change if Auto Baud Detect is on."
  43.  
  44. H5 = "Select the type of flow control that is used to limit the flow
  45. of data between the computer and the modem."
  46.  
  47.  
  48. H10 = "This is the first initialization string that is sent to the modem."
  49. H11 = "This is the second initialization string that is sent to the modem."
  50. H12 = "This is the first part of the string that commands the modem to
  51. dial a phone number.  The dial prefix string is followed by a phone
  52. number and the dial suffix string."
  53. H13 = "This string finishes the dial command sent to the modem."
  54. H14 = "The modem returns this response string if a command is successful."
  55. H15 = "The modem returns this response string if a command is unsuccessful."
  56. H16 = "This is the beginning of a connection response string returned by the
  57. modem when a connection is successful."
  58. H17 = "This is the end of the connection response string returned by the
  59. modem."
  60. H18 = "This is the escape sequence that is sent to modem to bring the modem
  61. back to the command state."
  62. H19 = "This string commands the modem to hang up the phone."
  63. H20 = "The modem returns this response string when it detects that the phone is
  64. ringing at the remote end."
  65. H21 = "The modem returns this response string if the phone is busy at the
  66. remote end."
  67. H22 = "The modem returns this response string if the switched connection is
  68. achieved, but no carrier signal is detected."
  69. H23 = "The modem returns this response string if there is no dialtone on the
  70. telephone line."
  71. H24 = "The modem returns this response string if the remote end did not
  72. answer the call."
  73. H25 = "The modem returns this response string if the switched connection is
  74. achieved, but a person answered the call."
  75. H26 = "The modem returns this response string if an incoming call is being
  76. received."
  77.  
  78.  
  79. M1  = "Unspecified"
  80. M2  = "V.22      1200 bps"
  81. M3  = "V.22bis   2400 bps"
  82. M4  = "V.32      9600 bps"
  83. M5  = "V.32bis  14400 bps"
  84. M6  = "Proprietary"
  85.  
  86. ON  = "On"
  87. OFF = "Off"
  88.  
  89. F1  = "None"
  90. F2  = "RTS/CTS"
  91. F3  = "XON/XOFF"
  92.  
  93.  
  94. [DialogType]
  95. Type = String
  96. Default = "ATCMD.DDF"
  97. Editable = NO
  98. Paneled = NO
  99.  
  100. [Synchronicity]
  101. Display = D1
  102. Default = "Asynchronous"
  103. Editable = NO
  104.  
  105. [ModemClass]
  106. Display = D2
  107. Type = String
  108. Default = "Unspecified"
  109. Set = M1, M2, M3, M4, M5, M6
  110. Setvalues = "Unspecified","V.22","V.22bis","V.32","V.32bis","Proprietary"
  111. Optional = NO
  112. Help = H2
  113.  
  114. [AutoBaudDetect]
  115. Display = D3
  116. Type = String
  117. Default = "Off"
  118. Set = ON, OFF
  119. SetValues = "On","Off"
  120. Optional = NO
  121. Help = H3
  122.  
  123. [SerialPortSpeed]
  124. Display = D4
  125. Type = Decimal
  126. Default = 57600
  127. Range = 1200-115200
  128. Optional = NO
  129. Help = H4
  130.  
  131. [FlowControl]
  132. Display = D5
  133. Type = String
  134. Default = "RTS/CTS"
  135. Set = F1, F2, F3
  136. Setvalues = "None","RTS/CTS","XON/XOFF"
  137. Optional = NO
  138. Help = H5
  139.  
  140. [Initialization1]
  141. Display = D10
  142. Type = String
  143. StrLength = 255
  144. Default = "ATZ2\CR"
  145. Optional = NO
  146. Help = H10
  147.  
  148. [Initialization2]
  149. Display = D11
  150. Type = String
  151. StrLength = 255
  152. Default = "ATS0=2&S1\CR"
  153. Optional = NO
  154. Help = H11
  155.  
  156. [DialPrefix]
  157. Display = D12
  158. Type = String
  159. StrLength = 255
  160. Default = "ATDT"
  161. Optional = NO
  162. Help = H12
  163.  
  164. [DialSuffix]
  165. Display = D13
  166. Type = String
  167. StrLength = 255
  168. Default = "\CR"
  169. Optional = NO
  170. Help = H13
  171.  
  172. [Success]
  173. Display = D14
  174. Type = String
  175. StrLength = 255
  176. Default = "OK\CR\LF"
  177. Optional = NO
  178. Help = H14
  179.  
  180. [Failure]
  181. Display = D15
  182. Type = String
  183. StrLength = 255
  184. Default = "ERROR\CR\LF"
  185. Optional = NO
  186. Help = H15
  187.  
  188. [ConnectPrefix]
  189. Display = D16
  190. Type = String
  191. StrLength = 255
  192. Default = "CONNECT"
  193. Optional = NO
  194. Help = H16
  195.  
  196. [ConnectSuffix]
  197. Display = D17
  198. Type = String
  199. StrLength = 255
  200. Default = "\CR\LF"
  201. Optional = NO
  202. Help = H17
  203.  
  204. [Escape]
  205. Display = D18
  206. Type = String
  207. StrLength = 255
  208. Default = "+++"
  209. Optional = NO
  210. Help = H18
  211.  
  212. [Hangup]
  213. Display = D19
  214. Type = String
  215. StrLength = 255
  216. Default = "ATH\CR"
  217. Optional = NO
  218. Help = H19
  219.  
  220. [RingBack]
  221. Display = D20
  222. Type = String
  223. StrLength = 255
  224. Default = "RING\CR\LF"
  225. Optional = NO
  226. Help = H20
  227.  
  228. [Busy]
  229. Display = D21
  230. Type = String
  231. StrLength = 255
  232. Default = "BUSY\CR\LF"
  233. Optional = NO
  234. Help = H21
  235.  
  236. [NoCarrier]
  237. Display = D22
  238. Type = String
  239. StrLength = 255
  240. Default = "NO CARRIER\CR\LF"
  241. Optional = NO
  242. Help = H22
  243.  
  244. [NoDialtone]
  245. Display = D23
  246. Type = String
  247. StrLength = 255
  248. Default = "NO DIALTONE\CR\LF"
  249. Optional = NO
  250. Help = H23
  251.  
  252. [NoAnswer]
  253. Display = D24
  254. Type = String
  255. StrLength = 255
  256. Default = "NO ANSWER\CR\LF"
  257. Optional = NO
  258. Help = H24
  259.  
  260. [Voice]
  261. Display = D25
  262. Type = String
  263. StrLength = 255
  264. Default = "VOICE\CR\LF"
  265. Optional = NO
  266. Help = H25
  267.  
  268. [Ring]
  269. Display = D26
  270. Type = String
  271. StrLength = 255
  272. Default = "RING\CR\LF"
  273. Optional = NO
  274. Help = H26
  275.  
  276.