home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / ld11pifs.zip / ASYNCLL.PIF < prev    next >
INI File  |  1995-03-10  |  2KB  |  106 lines

  1. [ASYNCLL]
  2. DLL = WCLVPCM
  3. Entry = StartVPCM
  4. Autostart = YES
  5. PIF = ASYNCLL.PIF
  6. Title = "Asynchronous Leased Line Modem"
  7.  
  8. [Strings]
  9. D1  = "Synchronicity"
  10. D2  = "Modem Class"
  11. D4  = "Serial Port Speed"
  12. D5  = "Flow Control"
  13.  
  14. D6  = "Enable Call Indicator"
  15. D7  = "Enable Call Confirm"
  16.  
  17.  
  18. H2 = "Select the fastest modulation standard that the modem supports."
  19.  
  20. H4 = "Enter the speed at which the computer will communicate with the modem."
  21.  
  22. H5 = "Select the type of flow control that is used to limit the flow
  23. of data between the computer and the modem."
  24.  
  25. H6 = "Select character string to indicate dialing of leased line."
  26.  
  27. H7 = "Select character string to indicate answering of leased line."
  28.  
  29. H8 = "Select character string to confirm establishment of leased line."
  30.  
  31.  
  32. M1  = "Unspecified"
  33. M2  = "V.22      1200 bps"
  34. M3  = "V.22bis   2400 bps"
  35. M4  = "V.32      9600 bps"
  36. M5  = "V.32bis  14400 bps"
  37. M6  = "Proprietary"
  38.  
  39. F1  = "None"
  40. F2  = "RTS/CTS"
  41. F3  = "XON/XOFF"
  42.  
  43.  
  44. [DialogType]
  45. Type = String
  46. Default = "NODIALOG.DDF"
  47. Editable = NO
  48. Paneled = NO
  49.  
  50. [Synchronicity]
  51. Display = D1
  52. Default = "Asynchronous"
  53. Editable = NO
  54.  
  55. [ModemClass]
  56. Display = D2
  57. Type = String
  58. Default = "Unspecified"
  59. Set = M1, M2, M3, M4, M5, M6
  60. Setvalues = "Unspecified","V.22","V.22bis","V.32","V.32bis","Proprietary"
  61. Optional = NO
  62. Help = H2
  63.  
  64. [SerialPortSpeed]
  65. Display = D4
  66. Type = Decimal
  67. Default = 9600
  68. Range = 1200-115200
  69. Optional = NO
  70. Help = H4
  71.  
  72. [FlowControl]
  73. Display = D5
  74. Type = String
  75. Default = "RTS/CTS"
  76. Set = F1, F2, F3
  77. Setvalues = "None","RTS/CTS","XON/XOFF"
  78. Optional = NO
  79. Help = H5
  80.  
  81. [OriginateCall]
  82. Display = D6
  83. Type = String
  84. StrLength = 255 
  85. Default = "ORIGINATE\CR\LF"
  86. Optional = NO
  87. Help = H6
  88.  
  89. [AnswerCall]
  90. Display = D6
  91. Type = String
  92. StrLength = 255 
  93. Default = "ANSWER\CR\LF"
  94. Optional = NO
  95. Help = H7
  96.  
  97. [CallConfirm]
  98. Display = D7
  99. Type = String
  100. StrLength = 255 
  101. Default = "ESTABLISHED\CR\LF"
  102. Optional = NO
  103. Help = H8
  104.  
  105.                    
  106.