Top "Driver" questions

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

mongodb java driver 3.0: how to store JSON document

Looks basic and simple: A have a JSON string and I want to store it in MongoDB as JSON document. …

java mongodb driver
macOS X Mojave 10.14 Beta FTDI USB Serial Driver

I just installed macOS Mojave 10.14 Beta and when i connect an Arduino to the USB port, nothing appears in my …

arduino driver ftdi macos-mojave
Write something to linux hid device?

I am learning linux hid driver programming, i know how to read a message from hid device but, i am …

linux usb driver kernel hid
How do I use WiX to deploy an INF-based USB driver

This question could be considered a duplicate of: How do I deploy a .inf based driver? Except that I want …

wix driver inf
Install AMD OpenCL CPU driver with an Nvidia graphic card

I have seen this question many times but never found an answer for Windows. I recently ported my CUDA code …

windows driver opencl nvidia amd-processor
Insert element into nested array in Mongodb

I have this : { "_id" : ObjectId("4fb4fd04b748611ca8da0d48"), "Name" : "Categories", "categories" : [{ "_id" : ObjectId("4fb4fd04b748611ca8…

c# mongodb insert driver mongodb-.net-driver
How to include INF driver install into VS Installer project

I use a Setup and Deploy project in Visual Studio 2008 to install my c# project. I have a USB driver …

visual-studio visual-studio-2008 installation driver setup-deployment
How do I deploy a .inf based driver?

I would like to deploy a .inf based USB driver with my installer. I guess the .inf needs to be …

windows-installer driver
Create a virtual MIDI port

I want to create a virtual MIDI loopback cable program that creates virtual MIDI ports to interconnect applications on Windows …

driver midi wdk winmm
Linux device driver to allow an FPGA to DMA directly to CPU RAM

I'm writing a linux device driver to allow an FPGA (currently connected to the PC via PCI express) to DMA …

linux driver mmap dma pci-e