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

    ChrisR

    Established Member From Tweed Heads, Australia
    • Messages
      175
    • Reaction score
      251
    • Points
      84
  • 1

    JohnR

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

    SimonS

    Established Member From Ayr, Scotland
    • Messages
      183
    • Solutions
      1
    • Reaction score
      211
    • Points
      82
  • 1

    tsedge

    • Messages
      5,287
    • Reaction score
      7,479
    • Points
      2,120
  • 1

    david1997

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

    rossatron

    Novice Member From sheffield
    • Messages
      1
    • Reaction score
      0
    • Points
      1
  • Back
    Top Bottom