2
votes
5answers
62 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 passe …
4
votes
7answers
2k 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 mac …
0
votes
1answer
15 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 …
2
votes
10answers
3k views
Is two-finger scrolling on a trackpad possible on a PC laptop?
Anyone with a MacBook or MacBook Pro can scroll by using two fingers on the trackpad. I haven't seen this implemented on a PC laptop under any version of Windows.
Is it possible, …
0
votes
2answers
82 views
Is there a way to drive a today’s computer NIC with no underlying OS?
Hi,
I would like to write an IO intensive application with no underlying OS, running on x86 architecture and driving any modern network interface controller.
By having a look to …
-2
votes
0answers
59 views
Motherboard Drivers for K9N ultra MS 7250 [closed]
Where do i get motherboard drivers for the K9N ultra MS 7250
0
votes
3answers
1k views
HP Universal Print Drivers Incredibly Slow
We recently migrated to a Windows 2003 R2 Enterprise x64 Server (SP2) as a print server. For the most part, we found that it wasn't too hard to get both a x64 and a x86 driver for …
2
votes
2answers
200 views
Accessing a Toshiba Laptop Accelerometer Device Driver
Hi,
I have a new Toshiba Satellite Pro S300 laptop (running Windows XP) which sports a 3D accelerometer for HDD protection. I'd like to tap into the data sent by this sensor.
Olde …
3
votes
2answers
49 views
How to preserve an in memory datastructure to later use it in a Unit test
Hi.
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 …
2
votes
1answer
37 views
Creating a COM Port Redirector over the Network
Hey,
I'm trying to create a windows driver that allows a standard TCP/IP socket to be used like a COM Port. I am aware of a number of existing products that do just this, but can …
1
vote
1answer
39 views
Display/LCD drivers
Can anybody tell me about techniques for buffering used in display drivers specifically in LCD's in Mobile phones ??
0
votes
3answers
360 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
0
votes
0answers
46 views
TransactionScope won’t work with DB2 provider
Hi Everyone,
I've been trying to use TransactionScope with a DB2 database (using DB2 .Net provider v 9.0.0.2 and c# 2.0) which SHOULD be supported according to IBM.
I have tried …
2
votes
1answer
140 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 ob …
2
votes
3answers
160 views
How to get started with Drivers Programming under windows
Hello all
I want to start learning drivers programming under windows .
I never programed drivers , and i am looking for information how to get started .
Any tutorials ,links ,b …
