drivers

In computing, a device driver is a computer program that operates or controls a particular type of device that is attached to a computer or automaton. A driver provides a software interface to hardware devices, enabling operating systems and other computer programs to access hardware functions without needing to know precise details about the hardware being used.
A driver communicates with the device through the computer bus or communications subsystem to which the hardware connects. When a calling program invokes a routine in the driver, the driver issues commands to the device (drives it). Once the device sends data back to the driver, the driver may invoke routines in the original calling program.
Drivers are hardware dependent and operating-system-specific. They usually provide the interrupt handling required for any necessary asynchronous time-dependent hardware interface.

View More On Wikipedia.org
  • 1

    Carmel

    Novice Member From south Gippsland
    • Messages
      2
    • Reaction score
      0
    • Points
      1
  • 1

    HiFiDave

    Standard Member From Ormskirk
    • Messages
      40
    • Reaction score
      40
    • Points
      14
  • 1

    slmorgan42

    Prominent Member From London
    • Messages
      1,080
    • Reaction score
      853
    • Points
      379
  • 1

    Stuart Wright

    Administrator From Birmingham, UK
    • Messages
      2,369
    • Reaction score
      1,664
    • Points
      1,901
  • 1

    wandle MG4 trophy

    Established Member From SW London
    • Messages
      382
    • Reaction score
      619
    • Points
      196
  • 1

    Jomarkh

    Distinguished Member From Southampton
    • Messages
      3,877
    • Reaction score
      2,439
    • Points
      1,032
  • 1

    extendedrangeMG4

    Standard Member From Devon
    • Messages
      24
    • Reaction score
      34
    • Points
      13
  • 1

    Pebblefeline

    Established Member From lincoln
    • Messages
      195
    • Reaction score
      128
    • Points
      62
  • 1

    JimmyTwotimes

    Standard Member From Herts
    • Messages
      34
    • Reaction score
      30
    • Points
      16
  • 1

    dundee1961

    Established Member From dundee
    • Messages
      94
    • Reaction score
      71
    • Points
      43
  • 1

    Stalwart73

    Novice Member From Dalgety Bay
    • Messages
      3
    • Reaction score
      0
    • Points
      1
  • 1

    DaevM

    Prominent Member From Hayle uk
    • Messages
      718
    • Reaction score
      968
    • Points
      319
  • 1

    APMG

    Established Member From United Kingdom
    • Messages
      179
    • Reaction score
      128
    • Points
      51
  • 1

    deviousrich

    Established Member From West Sussex
    • Messages
      163
    • Reaction score
      143
    • Points
      65
  • Back
    Top Bottom