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

  1. [GVCSM96]
  2. DLL = WCLVPCM
  3. Entry = StartVPCM
  4. Autostart = YES
  5. PIF = GVCSM96.PIF
  6. Title = "GVC SM-96 External 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.    
  46. H10 = "This is the first initialization string that is sent to the modem."  
  47. H11 = "This is the second initialization string that is sent to the modem." 
  48. H12 = "This is the first part of the string that commands the modem to 
  49. dial a phone number.  The dial prefix string is followed by a phone    
  50. number and the dial suffix string."                          
  51. H13 = "This string finishes the dial command sent to the modem."  
  52. H14 = "The modem returns this response string if a command is successful."  
  53. H15 = "The modem returns this response string if a command is unsuccessful."
  54. H16 = "This is the beginning of a connection response string returned by the
  55. modem when a connection is successful."                      
  56. H17 = "This is the end of the connection response string returned by the 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 is  
  61. 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.    
  75.    
  76. M1  = "Unspecified"             
  77. M2  = "V.22      1200 bps"      
  78. M3  = "V.22bis   2400 bps"      
  79. M4  = "V.32      9600 bps"      
  80. M5  = "V.32bis  14400 bps"      
  81. M6  = "Proprietary"             
  82.    
  83. ON  = "On"                      
  84. OFF = "Off"                     
  85.    
  86. F1  = "None"                    
  87. F2  = "RTS/CTS"                 
  88. F3  = "XON/XOFF"                
  89.    
  90.    
  91. [DialogType]                    
  92. Type = String                   
  93. Default = "ATCMD.DDF"
  94. Editable = NO   
  95. Paneled = NO    
  96.  
  97. [Synchronicity] 
  98. Display = D1    
  99. Default = Asynchronous
  100. Editable = NO  
  101.  
  102. [ModemClass]   
  103. Display = D2   
  104. Type = String  
  105. Default = V.32
  106. Set = M1, M2, M3, M4, M5, M6                          
  107. Setvalues = "Unspecified","V.22","V.22bis","V.32","V.32bis","Proprietary" 
  108. Optional = NO   
  109. Help = H2  
  110.  
  111. [AutoBaudDetect]
  112. Display = D3    
  113. Type = String   
  114. Default = Off
  115. Set = ON, OFF            
  116. SetValues = "On","Off" 
  117. Optional = NO
  118. Help = H3    
  119.    
  120. [SerialPortSpeed] 
  121. Display = D4 
  122. Type = Decimal    
  123. Default = 38400
  124. Range = 1200-115200    
  125. Optional = NO
  126. Help = H4    
  127.    
  128. [FlowControl]       
  129. Display = D5        
  130. Type = String       
  131. Default = RTS/CTS
  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 = "ATI2\CR"
  142. Optional = NO  
  143. Help = H10
  144.  
  145. [Initialization2] 
  146. Display = D11
  147. Type = String
  148. StrLength = 255   
  149. Default = "ATE1L2M1Q0V1X4Y0&C1&D2&M0&R0&S1&T5\\N6%C1S0=2\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"
  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.