home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / dcf2000.zip / Clock.DIF next >
Text File  |  1995-06-25  |  3KB  |  118 lines

  1. ;
  2. ;  OS/2 2.2 DCF Information File
  3. ;  =============================================================================
  4. ;
  5. ;  Groups:
  6. ;  ---------------------------
  7. ;     [Device]     - DCF-Receiver description
  8. ;
  9. ;
  10. ;  Keywords and possible values:
  11. ;  ----------------------------
  12. ;    OEMString  - Description
  13. ;                 String enclosed in ""
  14. ;
  15. ;    Port       - Default Port:
  16. ;                 COM1, COM2, COM3, COM4, LPT1, LPT2, LPT3, GAME or
  17. ;                 hex-address
  18. ;    Porttype   - If no default port is given, you can set the type of port:
  19. ;                 Serial, Printer, Game
  20. ;    Input      - Receiver-Bit input:
  21. ;                 0 to 7,
  22. ;                 RI, CTS, DSR, RxD,
  23. ;                 ERROR, SELECT, PAPEROUT, ACKNLG, BUSY,
  24. ;                 Joystick11, Joystick12, Joystick21, Joystick22
  25. ;
  26. ;    Timelength - Signal length for RxD-Inputs:
  27. ;                 40, 60, 80, 100, 120, 140, 160
  28. ;
  29. ;    OnSwitch   - List of control switches for DTR/RTS (with , as delimiter):
  30. ;                 SETDTR, SETRTS, RESETDTR, RESETRTS
  31. ;
  32. ;    Delay      - Delay between "Test DCF77" and starting test in [ms]
  33. ;                 default = 0
  34. ;
  35. ;    Timeout    - Signal not found timeout value in [ms]
  36. ;                 default = 2500
  37. ;
  38. ;
  39. [Device]
  40. OEMString = "Anwenderspezifisch"
  41. Delay     = 30000
  42. Timeout   = 10000
  43.  
  44. [Device]
  45. OEMString = "DCF77 an Gameport Joystick 1 - Taste 1"
  46. Port      = Game
  47. Porttype  = Game
  48. Input     = Joystick11
  49.  
  50. [Device]
  51. OEMString = "DCF77 an Gameport Joystick 1 - Taste 2"
  52. Port      = Game
  53. Porttype  = Game
  54. Input     = Joystick12
  55.  
  56. [Device]
  57. OEMString = "DCF77 an Gameport Joystick 2 - Taste 1"
  58. Port      = Game
  59. Porttype  = Game
  60. Input     = Joystick21
  61.  
  62. [Device]
  63. OEMString = "DCF77 an Gameport Joystick 2 - Taste 2"
  64. Port      = Game
  65. Porttype  = Game
  66. Input     = Joystick22
  67.  
  68. [Device]
  69. OEMString = "Escom DCF77 Clock an COM-Port"
  70. Porttype  = Serial
  71. Input     = RxD
  72. Timelength= 140
  73. OnSwitch  = SETDTR, SETRTS, RESETDTR
  74. Delay     = 30000
  75. Timeout   = 10000
  76.  
  77. [Device]
  78. OEMString = "SURE Clock an COM-Port"
  79. Porttype  = Serial
  80. Input     = RxD
  81. Timelength= 140
  82. OnSwitch  = SETDTR, SETRTS, RESETDTR
  83. Delay     = 30000
  84. Timeout   = 10000
  85.  
  86. [Device]
  87. OEMString = "Will ComClock an COM-Port"
  88. Porttype  = Serial
  89. Input     = RI
  90. OnSwitch  = SETDTR
  91.  
  92. [Device]
  93. OEMString = "Expert mouseCLOCK an COM-Port RxD, Gude Analog & Digitaltechnik"
  94. Porttype  = Serial
  95. Input     = RxD
  96. Timelength= 120
  97. OnSwitch  = SETDTR, RESETRTS
  98.  
  99. [Device]
  100. OEMString = "Expert mouseCLOCK an COM-Port RI, Gude Analog & Digitaltechnik"
  101. Porttype  = Serial
  102. Input     = RI
  103. OnSwitch  = SETDTR, RESETRTS
  104.  
  105. [Device]
  106. OEMString = "Expert mouseCLOCK-NTS an COM-Port RxD, Gude Analog & Digitaltechnik"
  107. Porttype  = Serial
  108. Input     = RxD
  109. Timelength= 120
  110. OnSwitch  = RESETDTR, SETRTS
  111.  
  112. [Device]
  113. OEMString = "Expert mouseCLOCK-NTS an COM-Port RI, Gude Analog & Digitaltechnik"
  114. Porttype  = Serial
  115. Input     = RI
  116. OnSwitch  = RESETDTR, SETRTS
  117. 
  118.