driver

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

    cnjsb

    Novice Member From Milton keynes
    • Messages
      8
    • Reaction score
      2
    • Points
      6
  • 1

    GranTurismoEra

    Established Member From London
    • Messages
      770
    • Reaction score
      505
    • Points
      219
  • 1

    kiwi

    Established Member From Waikanae, NZ
    • Messages
      192
    • Reaction score
      244
    • Points
      76
  • 1

    MG4cherry

    Standard Member 77 From Perth Scotland
    • Messages
      38
    • Reaction score
      40
    • Points
      17
  • 1

    DaevM

    Prominent Member From Hayle uk
    • Messages
      727
    • Reaction score
      991
    • Points
      326
  • 1

    securespark

    Prominent Member From Stockport
    • Messages
      852
    • Reaction score
      852
    • Points
      293
  • 1

    ChrisR

    Established Member From Tweed Heads, Australia
    • Messages
      176
    • Reaction score
      253
    • Points
      84
  • 1

    Fred4009

    Established Member From Montpellier
    • Messages
      52
    • Reaction score
      20
    • Points
      18
  • 1

    JohnR

    Standard Member From KINGSBRIDGE
    • Messages
      4
    • Reaction score
      6
    • Points
      2
  • 1

    Mychski

    Established Member From Stafford
    • Messages
      54
    • Reaction score
      34
    • Points
      18
  • 1

    SimonS

    Established Member From Ayr, Scotland
    • Messages
      192
    • Solutions
      1
    • Reaction score
      219
    • Points
      85
  • 1

    tsedge

    • Messages
      6,781
    • Reaction score
      9,915
    • Points
      2,789
  • 1

    david1997

    Novice Member From Birmingham
    • Messages
      2
    • Reaction score
      0
    • Points
      1
  • 1

    GameZone

    Established Member From Norway
    • Messages
      511
    • Reaction score
      354
    • Points
      174
  • 1

    Gadget Geek

    Distinguished Member From Somerset
    • Messages
      3,465
    • Solutions
      1
    • Reaction score
      4,525
    • Points
      1,330
  • 1

    Fintious maximus

    Established Member From south yorkshire
    • Messages
      78
    • Reaction score
      45
    • Points
      34
  • 1

    CKPeggy23

    Standard Member From Liversedge
    • Messages
      11
    • Reaction score
      11
    • Points
      4
  • 1

    craigupnorth

    Established Member From New Zealand
    • Messages
      113
    • Reaction score
      197
    • Points
      59
  • 1

    nbenn

    Established Member From Limerick
    • Messages
      102
    • Reaction score
      113
    • Points
      46
  • 1

    philip456

    Standard Member From Cambridge
    • Messages
      27
    • Reaction score
      17
    • Points
      14
  • Back
    Top Bottom