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

  1. [ANGIA144]
  2. DLL = WCLVPCM
  3. Entry = StartVPCM
  4. Autostart = YES
  5. PIF = ANGIA144.PIF
  6. Title = "Angia 14.4 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 = "AT&F1\CR"
  144. Optional = NO
  145. Help = H10
  146.  
  147. [Initialization2]
  148. Display = D11
  149. Type = String
  150. StrLength = 255
  151. ; The Angia 14.4 modem has two internal levels, -06 and -13, which show on a %V response.
  152. ; These two levels set different defaults on the &F1 command.  The following Init2 string
  153. ; will make sure that both levels execute with the same values.
  154. Default = "ATL1&C1&D2W1S0=1S7=50S11=95\CR"
  155. Optional = NO
  156. Help = H11
  157.  
  158. [DialPrefix]
  159. Display = D12
  160. Type = String
  161. StrLength = 255
  162. Default = "ATDT"
  163. Optional = NO
  164. Help = H12
  165.  
  166. [DialSuffix]
  167. Display = D13
  168. Type = String
  169. StrLength = 255
  170. Default = "\CR"
  171. Optional = NO
  172. Help = H13
  173.  
  174. [Success]
  175. Display = D14
  176. Type = String
  177. StrLength = 255
  178. Default = "OK\CR\LF"
  179. Optional = NO
  180. Help = H14
  181.  
  182. [Failure]
  183. Display = D15
  184. Type = String
  185. StrLength = 255
  186. Default = "ERROR\CR\LF"
  187. Optional = NO
  188. Help = H15
  189.  
  190. [ConnectPrefix]
  191. Display = D16
  192. Type = String
  193. StrLength = 255
  194. Default = "CONNECT"
  195. Optional = NO
  196. Help = H16
  197.  
  198. [ConnectSuffix]
  199. Display = D17
  200. Type = String
  201. StrLength = 255
  202. Default = "\CR\LF"
  203. Optional = NO
  204. Help = H17
  205.  
  206. [Escape]
  207. Display = D18
  208. Type = String
  209. StrLength = 255
  210. Default = "+++"
  211. Optional = NO
  212. Help = H18
  213.  
  214. [Hangup]
  215. Display = D19
  216. Type = String
  217. StrLength = 255
  218. Default = "ATH\CR"
  219. Optional = NO
  220. Help = H19
  221.  
  222. [RingBack]
  223. Display = D20
  224. Type = String
  225. StrLength = 255
  226. Default = "RING\CR\LF"
  227. Optional = NO
  228. Help = H20
  229.  
  230. [Busy]
  231. Display = D21
  232. Type = String
  233. StrLength = 255
  234. Default = "BUSY\CR\LF"
  235. Optional = NO
  236. Help = H21
  237.  
  238. [NoCarrier]
  239. Display = D22
  240. Type = String
  241. StrLength = 255
  242. Default = "NO CARRIER\CR\LF"
  243. Optional = NO
  244. Help = H22
  245.  
  246. [NoDialtone]
  247. Display = D23
  248. Type = String
  249. StrLength = 255
  250. Default = "NO DIALTONE\CR\LF"
  251. Optional = NO
  252. Help = H23
  253.  
  254. [NoAnswer]
  255. Display = D24
  256. Type = String
  257. StrLength = 255
  258. Default = "NO ANSWER\CR\LF"
  259. Optional = NO
  260. Help = H24
  261.  
  262. [Voice]
  263. Display = D25
  264. Type = String
  265. StrLength = 255
  266. Default = "VOICE"
  267. Optional = NO
  268. Help = H25
  269.  
  270. [Ring]
  271. Display = D26
  272. Type = String
  273. StrLength = 255
  274. Default = "RING\CR\LF"
  275. Optional = NO
  276. Help = H26
  277.  
  278.