Top "Drivers" questions

Device driver or software driver is a computer program allowing higher-level computer programs to interact with a hardware device.

Why is there no DirectX API for Linux?

Upon considering the driver side implementation for DirectX API on windows systems for modern video cards I was wondering why …

linux directx drivers
C# driver development?

Before I jump headlong into C#... I've always felt that C, or maybe C++, was best for developing drivers on …

c# kernel drivers device
Connecting to mongodb using PDO driver

Will I be able to connect to this database using php's php_mongo.dll driver? If so, could you please …

php mongodb drivers
USB programming

I want to program a microcontroller (AVR) to control some leds through USB. It's just out of interest in how …

usb microcontroller drivers avr
Android Kernel Drivers for Camera Device

I have a problem interfacing a video decoder(tvp5150) as a camera to a android samsung dev-kit works on FIMC …

android camera kernel drivers decoder
What is the difference between UART port and serial port in a computer?

What is the difference, if any, between a UART port and a serial port in a computer?

drivers
Difference between database drivers and database dialects

What is the difference between database drivers and database dialects?

database drivers
In Windows 8, will third-party INF driver files require a signature?

I work for a company that sells USB devices and provides drivers for them. In Windows 7, you could install and …

certificate windows-8 drivers driver-signing
ODBC lib Specified driver could not be loaded

I am trying to install ODBC drivers and I am running into brick walls. [root@Crux pkg]# isql -v [IM002][…

linux odbc drivers openedge progress-db
Unit testing device drivers

I have a situation where I need to write some unit tests for some device drivers for embedded hardware. The …

unit-testing embedded drivers