Jump to content

DCF77.SYS: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "Driver for DCF77 radio control clock. Available for FREE at http://www.prog-link.com DEVICE=DCF77.SYS ==Parameter== */P:Port *:Port, 201 (Gameport), 379 (LPT1), 279 (LPT2),..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Driver for DCF77 radio control clock.
Driver for DCF77 radio control clock.
Available for FREE at http://www.prog-link.com
  DEVICE=\...\DCF77.SYS
  DEVICE=DCF77.SYS


==Parameter==
==Parameter==
*/P:Port  
*/P:Port
*:Port, 201 (Gameport), 379 (LPT1), 279 (LPT2), 3BD (LPT3), 3F8 (COM1), 2F8 (COM2), 3E8 (COM3), 2E8 (COM4)
*:Port, 201 (Gameport), 379 (LPT1), 279 (LPT2), 3BD (LPT3), 3F8 (COM1), 2F8 (COM2), 3E8 (COM3), 2E8 (COM4)
*/IRQ=nn (or /I:nn)  
*/IRQ=nn (or /I:nn)
*:Interrupt, 3, 4, 5, 7, 9, 10, 11, 12, 15 or NONE. With NONE Polling-Mode is used
*:Interrupt, 3, 4, 5, 7, 9, 10, 11, 12, 15 or NONE. With NONE Polling-Mode is used
* /V
* /V
*:Verbose
*:Verbose
* /Q
* /Q
*:Quiet, disables displaying informations during start
*:Quiet, disables displaying information during start


'''NOTE:''' For a complete list of parameters see the documentation delivered with the driver.  
;NOTE:For a complete list of parameters see the documentation delivered with the driver.  


[[Category:DEVICE Statements]]
[[Category:DEVICE Statements]]

Latest revision as of 23:46, 22 September 2022

Driver for DCF77 radio control clock.

DEVICE=\...\DCF77.SYS

Parameter

  • /P:Port
    Port, 201 (Gameport), 379 (LPT1), 279 (LPT2), 3BD (LPT3), 3F8 (COM1), 2F8 (COM2), 3E8 (COM3), 2E8 (COM4)
  • /IRQ=nn (or /I:nn)
    Interrupt, 3, 4, 5, 7, 9, 10, 11, 12, 15 or NONE. With NONE Polling-Mode is used
  • /V
    Verbose
  • /Q
    Quiet, disables displaying information during start
NOTE
For a complete list of parameters see the documentation delivered with the driver.