home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / modemsld.zip / ibmv32a.pif < prev    next >
INI File  |  1993-11-17  |  7KB  |  274 lines

  1. [IBMV32A]
  2. DLL = WCLVPCM
  3. Entry = StartVPCM
  4. Autostart = YES
  5. PIF = IBMV32A.PIF
  6. Title = "IBM ASYNC/SDLC V.32 Modem/A" 
  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 = unspecified
  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 = 19200
  125. Range = 1200-115200    
  126. Optional = NO
  127. Help = H4    
  128.    
  129. [FlowControl]       
  130. Display = D5        
  131. Type = String       
  132. Default = RTS/CTS
  133. Set = F1, F2, F3    
  134. Setvalues = "None","RTS/CTS","XON/XOFF" 
  135. Optional = NO       
  136. Help = H5           
  137.                     
  138. [Initialization1]
  139. Display = D10
  140. Type = String
  141. StrLength = 255
  142. Default = "ATI3\CR"
  143. Optional = NO  
  144. Help = H10
  145.  
  146. [Initialization2] 
  147. Display = D11
  148. Type = String
  149. StrLength = 255   
  150. Default = "ATE1Q0V1X4S7=255S0=2\\R2\\Q2\\X0\\N3\\V1&D2&S1&R0&C1&I1\CR"
  151. Optional = NO
  152. Help = H11   
  153.    
  154. [DialPrefix]  
  155. Display = D12 
  156. Type = String 
  157. StrLength = 255    
  158. Default = "ATDT"
  159. Optional = NO 
  160. Help = H12    
  161.     
  162. [DialSuffix]  
  163. Display = D13 
  164. Type = String 
  165. StrLength = 255    
  166. Default = "\CR"
  167. Optional = NO 
  168. Help = H13    
  169.     
  170. [Success]
  171. Display = D14 
  172. Type = String 
  173. StrLength = 255    
  174. Default = "OK\CR\LF"
  175. Optional = NO 
  176. Help = H14    
  177.     
  178. [Failure]
  179. Display = D15 
  180. Type = String 
  181. StrLength = 255    
  182. Default = "ERROR\CR\LF"
  183. Optional = NO 
  184. Help = H15    
  185.     
  186. [ConnectPrefix]    
  187. Display = D16 
  188. Type = String 
  189. StrLength = 255    
  190. Default = "CONNECT"
  191. Optional = NO 
  192. Help = H16    
  193.     
  194. [ConnectSuffix]    
  195. Display = D17 
  196. Type = String 
  197. StrLength = 255    
  198. Default = "\CR\LF"
  199. Optional = NO 
  200. Help = H17    
  201.     
  202. [Escape] 
  203. Display = D18 
  204. Type = String 
  205. StrLength = 255    
  206. Default = "+++"
  207. Optional = NO 
  208. Help = H18    
  209.     
  210. [Hangup] 
  211. Display = D19 
  212. Type = String 
  213. StrLength = 255    
  214. Default = "ATH\CR"
  215. Optional = NO 
  216. Help = H19    
  217.     
  218. [RingBack]    
  219. Display = D20 
  220. Type = String 
  221. StrLength = 255    
  222. Default = "RING\CR\LF"
  223. Optional = NO 
  224. Help = H20    
  225.     
  226. [Busy]   
  227. Display = D21 
  228. Type = String 
  229. StrLength = 255    
  230. Default = "BUSY\CR\LF"
  231. Optional = NO 
  232. Help = H21    
  233.     
  234. [NoCarrier]   
  235. Display = D22 
  236. Type = String 
  237. StrLength = 255    
  238. Default = "NO CARRIER\CR\LF"
  239. Optional = NO 
  240. Help = H22    
  241.     
  242. [NoDialtone]  
  243. Display = D23 
  244. Type = String 
  245. StrLength = 255    
  246. Default = "NO DIALTONE\CR\LF"
  247. Optional = NO 
  248. Help = H23    
  249.     
  250. [NoAnswer]    
  251. Display = D24 
  252. Type = String 
  253. StrLength = 255    
  254. Default = "NO ANSWER\CR\LF"
  255. Optional = NO 
  256. Help = H24    
  257.     
  258. [Voice]  
  259. Display = D25 
  260. Type = String 
  261. StrLength = 255    
  262. Default = "VOICE"
  263. Optional = NO 
  264. Help = H25    
  265.     
  266. [Ring]  
  267. Display = D26 
  268. Type = String 
  269. StrLength = 255    
  270. Default = "RING\CR\LF"
  271. Optional = NO 
  272. Help = H26    
  273.     
  274.