home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / modemsld.zip / nulmodem.pif < prev    next >
INI File  |  1994-03-10  |  1KB  |  72 lines

  1. [NULMODEM]
  2. DLL = WCLVPCM
  3. Entry = StartVPCM
  4. Autostart = YES
  5. PIF = NULMODEM.PIF
  6. Title = "Null Modem"
  7.  
  8. [Strings]
  9. D1  = "Synchronicity"
  10. D2  = "Modem Class"
  11. D4  = "Serial Port Speed"
  12. D5  = "Flow Control"
  13.  
  14.  
  15. H2 = "Select the fastest modulation standard that the modem supports."
  16.  
  17. H4 = "Enter the speed at which the computer will communicate with the modem."
  18.  
  19. H5 = "Select the type of flow control that is used to limit the flow
  20. of data between the computer and the modem."
  21.  
  22.  
  23. M1  = "Unspecified"
  24. M2  = "V.22      1200 bps"
  25. M3  = "V.22bis   2400 bps"
  26. M4  = "V.32      9600 bps"
  27. M5  = "V.32bis  14400 bps"
  28. M6  = "Proprietary"
  29.  
  30. F1  = "None"
  31. F2  = "RTS/CTS"
  32. F3  = "XON/XOFF"
  33.  
  34.  
  35. [DialogType]
  36. Type = String
  37. Default = "NODIAL2.DDF"
  38. Editable = NO
  39. Paneled = NO
  40.  
  41. [Synchronicity]
  42. Display = D1
  43. Default = "Asynchronous"
  44. Editable = NO
  45.  
  46. [ModemClass]
  47. Display = D2
  48. Type = String
  49. Default = "Unspecified"
  50. Set = M1, M2, M3, M4, M5, M6
  51. Setvalues = "Unspecified","V.22","V.22bis","V.32","V.32bis","Proprietary"
  52. Optional = NO
  53. Help = H2
  54.  
  55. [SerialPortSpeed]
  56. Display = D4
  57. Type = Decimal
  58. Default = 9600
  59. Range = 1200-115200
  60. Optional = NO
  61. Help = H4
  62.  
  63. [FlowControl]
  64. Display = D5
  65. Type = String
  66. Default = "RTS/CTS"
  67. Set = F1, F2, F3
  68. Setvalues = "None","RTS/CTS","XON/XOFF"
  69. Optional = NO
  70. Help = H5
  71.  
  72.