home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / mh288p.pif < prev    next >
INI File  |  1995-04-05  |  6KB  |  275 lines

  1. [MH288PCM]
  2. DLL = WCLVPCM
  3. Entry = StartVPCM
  4. Autostart = YES
  5. PIF = MH288PCM.PIF
  6. Title = "Megahertz XJ2288 Data/FAX Modem"
  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 modem."
  59. H18 = "This is the escape sequence that is sent to modem to bring the modem
  60. back to the command state."
  61. H19 = "This string commands the modem to hang up the phone."
  62. H20 = "The modem returns this response string when it detects that the phone is
  63. ringing at the remote end."
  64. H21 = "The modem returns this response string if the phone is busy at the
  65. remote end."
  66. H22 = "The modem returns this response string if the switched connection is
  67. achieved, but no carrier signal is detected."
  68. H23 = "The modem returns this response string if there is no dialtone on the
  69. telephone line."
  70. H24 = "The modem returns this response string if the remote end did not
  71. answer the call."
  72. H25 = "The modem returns this response string if the switched connection is
  73. achieved, but a person answered the call."
  74. H26 = "The modem returns this response string if an incoming call is being
  75. received."
  76.  
  77.  
  78. M1  = "Unspecified"
  79. M2  = "V.22      1200 bps"
  80. M3  = "V.22bis   2400 bps"
  81. M4  = "V.32      9600 bps"
  82. M5  = "V.32bis  14400 bps"
  83. M6  = "Proprietary"
  84.  
  85. ON  = "On"
  86. OFF = "Off"
  87.  
  88. F1  = "None"
  89. F2  = "RTS/CTS"
  90. F3  = "XON/XOFF"
  91.  
  92.  
  93. [DialogType]
  94. Type = String
  95. Default = "ATCMD.DDF"
  96. Editable = NO
  97. Paneled = NO
  98.  
  99. [Synchronicity]
  100. Display = D1
  101. Default = "Asynchronous"
  102. Editable = NO
  103.  
  104. [ModemClass]
  105. Display = D2
  106. Type = String
  107. Default = "V.32bis"
  108. Set = M1, M2, M3, M4, M5, M6
  109. Setvalues = "Unspecified","V.22","V.22bis","V.32","V.32bis","Proprietary"
  110. Optional = NO
  111. Help = H2
  112.  
  113. [AutoBaudDetect]
  114. Display = D3
  115. Type = String
  116. Default = "Off"
  117. Set = ON, OFF
  118. SetValues = "On","Off"
  119. Optional = NO
  120. Help = H3
  121.  
  122. [SerialPortSpeed]
  123. Display = D4
  124. Type = Decimal
  125. Default = 57600
  126. Range = 1200-115200
  127. Optional = NO
  128. Help = H4
  129.  
  130. [FlowControl]
  131. Display = D5
  132. Type = String
  133. Default = "RTS/CTS"
  134. Set = F1, F2, F3
  135. Setvalues = "None","RTS/CTS","XON/XOFF"
  136. Optional = NO
  137. Help = H5
  138.  
  139. [Initialization1]
  140. Display = D10
  141. Type = String
  142. StrLength = 255
  143. Default = "ATE1Q0V1M1N1W1X4Y0\CR"                     
  144. Optional = NO
  145. Help = H10
  146.  
  147. [Initialization2]
  148. Display = D11
  149. Type = String
  150. StrLength = 255
  151. Default = "AT&F&C1&D2&Q0&R0&S1&T5S7=60S0=2\CR"                                          
  152. Optional = NO
  153. Help = H11
  154.  
  155. [DialPrefix]
  156. Display = D12
  157. Type = String
  158. StrLength = 255
  159. Default = "ATDT"
  160. Optional = NO
  161. Help = H12
  162.  
  163. [DialSuffix]
  164. Display = D13
  165. Type = String
  166. StrLength = 255
  167. Default = "\CR"
  168. Optional = NO
  169. Help = H13
  170.  
  171. [Success]
  172. Display = D14
  173. Type = String
  174. StrLength = 255
  175. Default = "OK\CR\LF"
  176. Optional = NO
  177. Help = H14
  178.  
  179. [Failure]
  180. Display = D15
  181. Type = String
  182. StrLength = 255
  183. Default = "ERROR\CR\LF"
  184. Optional = NO
  185. Help = H15
  186.  
  187. [ConnectPrefix]
  188. Display = D16
  189. Type = String
  190. StrLength = 255
  191. Default = "CONNECT"
  192. Optional = NO
  193. Help = H16
  194.  
  195. [ConnectSuffix]
  196. Display = D17
  197. Type = String
  198. StrLength = 255
  199. Default = "\CR\LF"
  200. Optional = NO
  201. Help = H17
  202.  
  203. [Escape]
  204. Display = D18
  205. Type = String
  206. StrLength = 255
  207. Default = "+++"
  208. Optional = NO
  209. Help = H18
  210.  
  211. [Hangup]
  212. Display = D19
  213. Type = String
  214. StrLength = 255
  215. Default = "ATH\CR"
  216. Optional = NO
  217. Help = H19
  218.  
  219. [RingBack]
  220. Display = D20
  221. Type = String
  222. StrLength = 255
  223. Default = "RING\CR\LF"
  224. Optional = NO
  225. Help = H20
  226.  
  227. [Busy]
  228. Display = D21
  229. Type = String
  230. StrLength = 255
  231. Default = "BUSY\CR\LF"
  232. Optional = NO
  233. Help = H21
  234.  
  235. [NoCarrier]
  236. Display = D22
  237. Type = String
  238. StrLength = 255
  239. Default = "NO CARRIER\CR\LF"
  240. Optional = NO
  241. Help = H22
  242.  
  243. [NoDialtone]
  244. Display = D23
  245. Type = String
  246. StrLength = 255
  247. Default = "NO DIALTONE\CR\LF"
  248. Optional = NO
  249. Help = H23
  250.  
  251. [NoAnswer]
  252. Display = D24
  253. Type = String
  254. StrLength = 255
  255. Default = "NO ANSWER\CR\LF"
  256. Optional = NO
  257. Help = H24
  258.  
  259. [Voice]
  260. Display = D25
  261. Type = String
  262. StrLength = 255
  263. Default = "VOICE\CR\LF"
  264. Optional = NO
  265. Help = H25
  266.  
  267. [Ring]
  268. Display = D26
  269. Type = String
  270. StrLength = 255
  271. Default = "RING\CR\LF"
  272. Optional = NO
  273. Help = H26
  274.  
  275.