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

  1. [ATTKIT]
  2. DLL = WCLVPCM
  3. Entry = StartVPCM
  4. Autostart = YES
  5. PIF = ATTPCMC.PIF
  6. Title = "AT&T KeepInTouch PCMCIA 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.  
  40. If Auto Baud Detect is off, then the serial port speed will remain fixed."  
  41.    
  42. H4 = "Enter the speed at which the computer will communicate with the modem.
  43. This speed may change if Auto Baud Detect is on."            
  44.    
  45. H5 = "Select the type of flow control that is used to limit the flow   
  46. of data between the computer and the modem."                 
  47.    
  48.    
  49. H10 = "This is the first initialization string that is sent to the modem."  
  50. H11 = "This is the second initialization string that is sent to the modem." 
  51. H12 = "This is the first part of the string that commands the modem to 
  52. dial a phone number.  The dial prefix string is followed by a phone    
  53. number and the dial suffix string."                          
  54. H13 = "This string finishes the dial command sent to the modem."  
  55. H14 = "The modem returns this response string if a command is successful."  
  56. H15 = "The modem returns this response string if a command is unsuccessful."
  57. H16 = "This is the beginning of a connection response string returned by the
  58. modem when a connection is successful."                      
  59. H17 = "This is the end of the connection response string returned by the modem."
  60.  
  61. H18 = "This is the escape sequence that is sent to modem to bring the modem 
  62. back to the command state."     
  63. H19 = "This string commands the modem to hang up the phone." 
  64. H20 = "The modem returns this response string when it detects that the phone is 
  65.  
  66. ringing at the remote end."     
  67. H21 = "The modem returns this response string if the phone is busy at the   
  68. remote end."                    
  69. H22 = "The modem returns this response string if the switched connection is 
  70. achieved, but no carrier signal is detected."                
  71. H23 = "The modem returns this response string if there is no dialtone on the
  72. telephone line."                
  73. H24 = "The modem returns this response string if the remote end did not
  74. answer the call."               
  75. H25 = "The modem returns this response string if the switched connection is 
  76. achieved, but a person answered the call."                   
  77. H26 = "The modem returns this response string if an incoming call is being 
  78. received."
  79.    
  80.    
  81. M1  = "Unspecified"             
  82. M2  = "V.22      1200 bps"      
  83. M3  = "V.22bis   2400 bps"      
  84. M4  = "V.32      9600 bps"      
  85. M5  = "V.32bis  14400 bps"      
  86. M6  = "Proprietary"             
  87.    
  88. ON  = "On"                      
  89. OFF = "Off"                     
  90.    
  91. F1  = "None"                    
  92. F2  = "RTS/CTS"                 
  93. F3  = "XON/XOFF"                
  94.    
  95.    
  96. [DialogType]
  97. Type = String                   
  98. Default = "ATCMD.DDF"
  99. Editable = NO   
  100. Paneled = NO    
  101.  
  102. [Synchronicity]
  103. Display = D1    
  104. Default = Asynchronous
  105. Editable = NO  
  106.  
  107. [ModemClass]
  108. Display = D2   
  109. Type = String  
  110. Default = unspecified
  111. Set = M1, M2, M3, M4, M5, M6                          
  112. Setvalues = "Unspecified","V.22","V.22bis","V.32","V.32bis","Proprietary" 
  113. Optional = NO   
  114. Help = H2  
  115.  
  116. [AutoBaudDetect]
  117. Display = D3    
  118. Type = String   
  119. Default = Off
  120. Set = ON, OFF            
  121. SetValues = "On","Off" 
  122. Optional = NO
  123. Help = H3    
  124.    
  125. [SerialPortSpeed[
  126. Display = D4 
  127. Type = Decimal    
  128. Default = 38400
  129. Range = 1200-115200    
  130. Optional = NO
  131. Help = H4    
  132.    
  133. [FlowControl]
  134. Display = D5        
  135. Type = String       
  136. Default = RTS/CTS
  137. Set = F1, F2, F3    
  138. Setvalues = "None","RTS/CTS","XON/XOFF" 
  139. Optional = NO       
  140. Help = H5           
  141.                     
  142. [Initialization1]
  143. Display = D10
  144. Type = String
  145. StrLength = 255
  146. Default = "ATE1Q0V1I2\CR"
  147. Optional = NO  
  148. Help = H10
  149.  
  150. [Initialization2]
  151. Display = D11
  152. Type = String
  153. StrLength = 255   
  154. Default = "AT&F6L1M1X6Y0&C1&D2&G0&M0&Q0&R0&S1\\D1\\Q2\\Q3\\Q6S0=2\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.