home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / modemsld.zip / asyncll.pif < prev    next >
INI File  |  1994-03-04  |  2KB  |  95 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 activation of leased line."
  26.  
  27. H7 = "Select character string to confirm activation of leased line."
  28.  
  29.  
  30. M1  = "Unspecified"
  31. M2  = "V.22      1200 bps"
  32. M3  = "V.22bis   2400 bps"
  33. M4  = "V.32      9600 bps"
  34. M5  = "V.32bis  14400 bps"
  35. M6  = "Proprietary"
  36.  
  37. F1  = "None"
  38. F2  = "RTS/CTS"
  39. F3  = "XON/XOFF"
  40.  
  41.  
  42. [DialogType]
  43. Type = String
  44. Default = "NODIALOG.DDF"
  45. Editable = NO
  46. Paneled = NO
  47.  
  48. [Synchronicity]
  49. Display = D1
  50. Default = "Asynchronous"
  51. Editable = NO
  52.  
  53. [ModemClass]
  54. Display = D2
  55. Type = String
  56. Default = "Unspecified"
  57. Set = M1, M2, M3, M4, M5, M6
  58. Setvalues = "Unspecified","V.22","V.22bis","V.32","V.32bis","Proprietary"
  59. Optional = NO
  60. Help = H2
  61.  
  62. [SerialPortSpeed]
  63. Display = D4
  64. Type = Decimal
  65. Default = 9600
  66. Range = 1200-115200
  67. Optional = NO
  68. Help = H4
  69.  
  70. [FlowControl]
  71. Display = D5
  72. Type = String
  73. Default = "RTS/CTS"
  74. Set = F1, F2, F3
  75. Setvalues = "None","RTS/CTS","XON/XOFF"
  76. Optional = NO
  77. Help = H5
  78.  
  79. [EnableCall]
  80. Display = D6
  81. Type = String
  82. StrLength = 255 
  83. Default = "ENABLE\CR\LF"
  84. Optional = NO
  85. Help = H6
  86.  
  87. [EnableConfirm]
  88. Display = D7
  89. Type = String
  90. StrLength = 255 
  91. Default = "CONFIRM\CR\LF"
  92. Optional = NO
  93. Help = H7
  94.  
  95.