Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
11answers
10k views

What IDE would be good for linux kernel driver development

I am using ubuntu 8.04.1 and i am trying to write a character driver in kernel mode. What would be a good ide, ideally with code completion, to do that ?
13
votes
6answers
1k views

Unit testing device drivers

I have a situation where I need to write some unit tests for some device drivers for embedded hardware. The code is quite old and big and unfortunately doesn't have many tests. Right now, the only ...
13
votes
8answers
8k views

Control USB port's power?

Does anybody know how to control USB pins on a certain USB port? I think it is definately possible in assembler but what about C++ or C#? I want to be able to use USB battery as a power supply for ...
12
votes
7answers
797 views

USB programming

I want to program a microcontroller (AVR) to control some leds through USB. It's just out of interest in how to build and program USB devices. There are some AVR microcontrollers that support the USB ...
11
votes
6answers
5k views

Writing drivers in C#

I have written earlier in C/C++ but currently, I need it to convert into C#. Can anyone tell me the code/way How to write drivers in C#? Actually currently I have some problems with my old ...
10
votes
1answer
360 views

Known bugs in OpenGL 3, OpenGL 4 implementations

As we all get to know eventually, the specification is one thing and the implementation is another. Most of bugs we cause ourselves, but sometimes that's not the case. I believe it'd be useful to ...
9
votes
5answers
1k views

Kinect drivers for PC - is it possible to develop, and is it legal?

I found that Kinect has a great potential to become not just a gaming exprience enhancer (subjective) but also becoming the new "mouse" or "touch screen", and change the way we look at user interfaces ...
7
votes
2answers
1k views

Unit testing kernel drivers

I'm looking for a testing framework for the Windows kernel environment. So far, I've found cfix. Has any one tried it? Are there alternatives?
6
votes
7answers
9k views

C# driver development?

Before I jump headlong into C#... I've always felt that C, or maybe C++, was best for developing drivers on Windows. I'm not keen on the idea of developing a driver on a .NET machine. But .NET ...
5
votes
1answer
2k views

NVIDIA CUDA: What is the developer driver?

To develop NVIDIA CUDA programs, the tools needed are: Developer drivers CUDA Toolkit GPU Computing SDK What is this developer driver? Installing it silently overrides any NVIDIA graphics driver ...
5
votes
3answers
3k views

Installing drivers from NSIS installer in x64 system

I want to add support for x64 OSes to my NSIS installer. One of the installer's task is drivers installation. I've written a special NSIS plugin for this task. This plugin uses Driver Install ...
5
votes
6answers
1k views

Difference between JDBC Driver type numbers

I am very new to Java, when i was going through the JDBC section, i noticed that JDBC has different Drivers like Type 1 Driver Type 2 Driver etc.. to Type 4 Why did they get the name like Type 1, ...
5
votes
5answers
615 views

.NET File.Exists doesn't work in Windows\System32\Drivers folder?

The process is elevated and I ensured that the path was correct in VS debugger (I'm using Environment.GetFolderPath(Environment.SpecialFolder.System) not hard coding it in) but File.Exists still ...
5
votes
3answers
230 views

Where to find hardware documentation for writing device drivers?

I have been studying device level programming and was curious what everyone's experience is as far as finding documentation for the hardware? For instance, in my systems programming class we wrote a ...
5
votes
3answers
3k views

USB Driver Development on a Mac using Python

I would like to write a driver to talk to my Suunto t3 watch in Python on a Mac. My day job is doing basic web work in C# so my familiarity with Python and developing on a Mac is limited. Can you ...
4
votes
1answer
43 views

python database drivers timeout

This is a generic question about all python database drivers but if you an answer for a specific driver (pyodbc, psycopg2, pymysql, mysqldb, etc.) would be useful anyway. Once I have a connection and ...
4
votes
1answer
261 views

Writing a keyboard device driver

I was wondering if anybody out there has had experience writing keyboard device drivers. I know the basics of how keyboard interrupts work however don't really know the details of everything. Is it ...
4
votes
2answers
2k views

Is there a way to communicate with USB devices on Android?

I have a really short question: Is it possible to communicate/use USB devices on Android OS? I assume it might be tablet device. Lest say i want to connect some sort of USB card scanner to android ...
4
votes
2answers
77 views

How to preserve an in memory datastructure to later use it in a Unit test

In my code, I am occasionally passed various byte arrays and such. Also, they may be managed objects. I would like to preserve those memory structures so that I can write test cases against the ...
4
votes
2answers
1k views

WinUSB application or User-Mode Driver as a filter driver for USB Analysis/Sniffer/Trending

A question to maybe some who have worked extensively with WinUSB APIs or use mode USB drivers - Does anyone know if the WinUSB API or a user mode driver can be used as a passive observer of USB ...
4
votes
9answers
7k views

What is the difference between FIQ and IRQ interrupt system?

I want to know the difference between FIQ and IRQ interrupt system in any microprocessor...Eg:ARM926EJ Renjith G
4
votes
5answers
358 views

What is a good resource to get started with Windows file system driver development?

What is a good resource to get started with Windows file system driver development for a newbie?
3
votes
1answer
67 views

How to distinguish USB and (S)ATA device in the kernel scsi_device structure?

According to the kernel structure struct scsi_device used by SCSI drivers (kernel 2.6.23): http://lxr.linux.no/linux+v2.6.23/include/scsi/scsi_device.h#L49 Is there a reliable method to ...
3
votes
1answer
268 views

How to trigger or simulate keyboard interrupt?

I'm writing a keyboard filter driver for Windows and I need to insert my custom keystrokes data into Windows message queue. I've managed to capture all the keys that are pressed setting ...
3
votes
1answer
266 views

device drivers vs driver stack

What is the difference between a driver (device drivers) and a driver stack? I keep hearing people talking about "driver stacks" but I have never really heard of this before... Thanks!
3
votes
4answers
476 views

Virtual drivers with Windows Driver Model - where to begin?

I've never written drivers before but I'm starting an open-source project that involves creating virtual MIDI ports that will send the MIDI data over a network. For this, I presume I would be ...
3
votes
1answer
220 views

Device drivers and Windows

I am trying to complete the picture of how the PC and the OS interacts together. And I am at point, where I am little out of guess when it comes to device drivers. Please, don´t write things like ...
3
votes
2answers
524 views

OpenAL and Vista: Device is always 'Generic Software'

I'm writing the audio part of a game, and I'm using OpenAL. I want to use some extensions, but the tests always fail: TRACE: AudioManager - Sound device: 'Generic Software' TRACE: AudioManager - ...
3
votes
4answers
376 views

How should I get started on writing device drivers?

I would like to learn how to write device drivers because I think it would be fun. I use a Mac OS X Macbook, but I also have an Ubuntu machine (running on a Mac Min). I am pretty familiar with C and ...
3
votes
5answers
650 views

Windows Named Pipe Problem

I'm writing a driver that communicates with a userland application through a named pipe. The userland application creates the named pipe by calling CreateNamedPipe() and then passes the pipe name to ...
3
votes
1answer
381 views

Smartcard Driver (KMDF with SCardLib) Issues

I'm developing Smartcard Driver using KMDF and SCardlib, I used the WDK Smarcard Sample as reference, I think I implemented all of the callbacks correctly except for CardPower and CardTracking. (My ...
3
votes
3answers
3k views

Using LINQ to Entity Framework with DB2

Is there an IBM Driver so we can use Linq to Entity framework to connect to DB2 and generate the DB2 entities on the desinger edmx file? Any links would be greatly appreciated
3
votes
8answers
2k views

Can Windows drivers be written in Python?

All in the title :)
3
votes
6answers
994 views

How do I identify device specific interrupts on x86?

In the Intel software developers manual it says that interrupt vectors 32-255 are usually user defined for external IO devices. In my systems programming class I must develop a simple device driver. ...
3
votes
1answer
1k views

restarting the video driver (programatically)

I have a strange bug somewhere in my system that causes the screen to move very fast when it occurs (I can't really describe it) and I learned to deal with it by putting my laptop to sleep then waking ...
2
votes
2answers
516 views

Getting Playstation 2 dualport usb adapter to work in Windosw 7 64-bit

I have a: Play.com USB Dual PS2 to PC Converter XP made by Joytech It is pretty old and the driver CD is for XP. It sometimes works in 32-bit with EMS 32-bit Vista beta drivers. Back to 64-bit: ...
2
votes
1answer
121 views

Do I need my own VID/PID USB identifiers when using virtual COM port through usbser.sys driver on Windows?

Do I need to buy VID/PID USB identifiers when using virtual COM port through usbser.sys driver on Windows or is the device being tied to a unique COM port sufficient?
2
votes
1answer
112 views

I2C to FPGA to PCIe to HID

We have a hardware design in progress that is taking touch screen inputs and passing them along via I2C to an FPGA. The FPGA translates the I2C data to PCIe. The PCIe passes the touchscreen data to ...
2
votes
1answer
2k views

Windows 7 64 bit odbc drivers for Ms Access Missing

I need to connect ODBC data source for MS access as back end and vb as front end. (windows 7 64 bit Home edition OEM) I tried adding Ms access odbc driver but only SQL connectivity is available and I ...
2
votes
2answers
364 views

Installing a driver programmatically using INF file c++

Could someone here please let me know how to install 3rd party device drivers programmatically if all the required files i.e. inf file, .sys etc are provided. The minimum operating system this ...
2
votes
1answer
649 views

ADK FTDI USB driver

I'm trying to get the android ADK example applications working. The java stuff works fine. The arduino code compiles with no problems. The one issue I'm having is that the ADK board is not being ...
2
votes
1answer
109 views

Open GL Driver Issue?

I have been wandering in DirectX and OpenGL ES for the last few years so I am a bit rusty with my standard GL. I am porting our game engine from GLES 2.0 on iPhone/Android to PC GL 2.1 with shaders. I ...
2
votes
1answer
324 views

virtual joystick driver (VJoyD) and Direct Input

I have couple of questions: What is exactly VJoyD used for? Based on my reading win WDK (Windows Driver Kit) it provides joystick services in Windows ...
2
votes
5answers
419 views

Sybase Drivers for Delphi 2010

We are migrating from Delphi 6 to Delphi 2010,earlier we were using BDE engine to connect to Sybase Database from Delphi 6. We found out that Delphi 2010 does not support BDE. We are trying with ...
2
votes
3answers
353 views

Do the equivalent of installing a driver from a folder, programatically, in Windows XP or higher

I need to have a driver installed in my customers' computers. Unfortunately, the only way to do this right now is having Windows show its "Hardware Update Wizard" when the device is plugged in, and ...
2
votes
1answer
357 views

Windows driver programming or Linux driver programming? [closed]

I want to learn driver programming. But I don't know anything about it, except a driver is something that acts as an interface between the operating system and the outer world. What is easier to ...
2
votes
1answer
716 views

Device driver to act as a virtual web camera

I'm looking for writing virtual camera drivers. Does anybody has idea? Any book that would be helpful or any link. Adding more details: I have developed a device driver which saves the image to ...
2
votes
1answer
217 views

Python Wacom Interface

I am trying to write a python script on Windows 7 to interact with my Wacom Bamboo Pen tablet. Wacom recommends using the WinTab API, and it works fine, but not for my application. I don't want the ...
2
votes
2answers
344 views

Visual Studio/Oracle Driver Help

I am trying to write a visual studio C# .net app which i can put on a subversion repository. The program runs on oracle drivers (Oracle.dataAccess) and should be easily managed and developed by ...
2
votes
1answer
89 views

How do drivers become a part of the kernel?

Someone told me that for most operating systems, the drivers become a part of the kernel. How does this happen? Does the kernel decompile itself, add the driver, and recompile itself? Or are the ...

1 2 3 4 5