drivers Questions
4
Solved
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 wit...
6
Solved
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 ...
Staffard asked 24/12, 2009 at 7:28
3
Solved
I'm trying to figure out the available disk space programmatically in windows. For this, I need to first get a list of the available drives, then check which of those are local drives and then quer...
2
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 con...
Apeldoorn asked 29/9, 2009 at 7:49
5
Solved
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 applic...
7
Solved
Can Windows drivers be written in Python?
2
Solved
What is the difference, if any, between a UART port and a serial port in a computer?
Retool asked 10/6, 2009 at 6:29
5
Solved
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 re...
Little asked 26/5, 2009 at 20:57
6
Solved
I've been thinking about starting a new graphics project and I want to use Java. Java has wrappers for all of the relevant GL functionality but I wonder how many people, including casual user...
2
Solved
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?
Macdonald asked 20/8, 2008 at 15:43
4
Solved
Grasping at straws here... I work with a VB6 desktop system using several 2003-style Access databases (.MDB). Recently, I changed the first function from VB6 to VB.NET, still using an Access databa...
© 2022 - 2024 — McMap. All rights reserved.