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

    tsedge

    • Messages
      6,504
    • Reaction score
      9,471
    • Points
      2,669
  • 1

    david1997

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

    GameZone

    Established Member From Norway
    • Messages
      511
    • Reaction score
      353
    • Points
      173
  • 1

    rossatron

    Novice Member From sheffield
    • Messages
      1
    • Reaction score
      0
    • Points
      1
  • 1

    newbieelectro

    Novice Member From Newcaslte upon Tyne
    • Messages
      3
    • Reaction score
      0
    • Points
      1
  • 1

    Stoob

    Standard Member From London, United Kingdom
    • Messages
      31
    • Reaction score
      11
    • Points
      10
  • 1

    paolo85smith

    Banned From swden
    • Messages
      5
    • Reaction score
      0
    • Points
      5
  • 1

    Gadget Geek

    Distinguished Member From Somerset
    • Messages
      3,341
    • Solutions
      1
    • Reaction score
      4,328
    • Points
      1,277
  • 1

    Fintious maximus

    Established Member From south yorkshire
    • Messages
      76
    • Reaction score
      44
    • Points
      33
  • 1

    CKPeggy23

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

    craigupnorth

    Established Member From New Zealand
    • Messages
      105
    • Reaction score
      191
    • Points
      57
  • 1

    nbenn

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

    cnjsb

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

    kiwi

    Established Member From Waikanae, NZ
    • Messages
      178
    • Reaction score
      225
    • Points
      72
  • 1

    DaevM

    Prominent Member From Hayle uk
    • Messages
      726
    • Reaction score
      988
    • Points
      325
  • 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
  • Back
    Top Bottom