home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / ld11pifs.zip / ACCURA28.PIF < prev    next >
INI File  |  1994-09-26  |  6KB  |  269 lines

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