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

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