home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / modemsld.zip / micvfast.pif < prev    next >
INI File  |  1994-03-10  |  6KB  |  273 lines

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