device driver
interface for a peripheral device, program which allows an operating system to communicate with a hardware device
Device driver
A device driver, or software driver is a
computer program allowing higher-level computer programs to interact with a
computer hardware device.A driver typically communicates with the device through the
computer bus or communications subsystem to which the hardware is connected. When a calling program invokes a
routine in the driver, the driver issues commands to the device. 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.
See more at Wikipedia.org...
device driver
Noun
1. (computer science) a program that determines how a computer will communicate with a peripheral device
(synonym) driver
(hypernym) utility program, utility, service program
(classification) computer science, computing
device driver
(c) Copyright 1993 by Denis Howe
device driver