Device driver or software driver is a computer program allowing higher-level computer programs to interact with a hardware device.
0
votes
2answers
23 views
High-level programming with hardware communication
In a C# application which controls actual hardware movement, how does the communication take place?
If a PC is connected to other hardware via USB and the low level programming has already been done ...
3
votes
2answers
38 views
Critical Timing in an ARM Linux Kernel Driver
I am running linux on an MX28 (ARMv5), and am using a GPIO line to talk to a device. Unfortunately, the device has some special timing requirements. A low on the GPIO line cannot last longer than ...
0
votes
0answers
9 views
SEandroid Boot Up Problems
I'm currently working on flashing SEandroid (security enhanced Android) onto a Nexus 7, but when I try to boot up, the Nexus 7 just flashes the Google screen and nothing else.
I successfully ...
1
vote
1answer
48 views
Is it possible to run my Windows 8 C/go/html program on a tablet
I am writing a program in Go/C for the backend and JavaScript/HTML for the front-end. It is not a web application but it runs a local server which sends data to the client(firefox). The client then ...
0
votes
0answers
11 views
Messages vs. virtual device driver
Are there any advantages of implementing a virtual device driver instead of simply sending input messages to active window? Would it make any difference for receiving application?
I'm talking about ...
-1
votes
0answers
5 views
connect to wireless network backtrack [closed]
I have Toshiba satellite C850-B884 laptop running windows 8 did dual boot with backtrack 5 32 bit. The problem is that backtrack can't recognize the WiFi card and I can't connect to the internet I am ...
0
votes
0answers
11 views
Error with creating Entity from database in NetBeans
I have a problem when creating Entity Classes from Database in NetBeans. When I try to do it I get the following message:
The name of the driver class for the datasource is missing
I can't ...
1
vote
1answer
16 views
gettext() intelesence is not available in selenium
I have been trying to get the text for the pop up window using the gettext() method, i am unable to get even the gettext() method in the intelesence in the selenium webdriver.
0
votes
1answer
22 views
Developing Mac OS X virtual driver
I am looking forward to develop a driver (probably virtual) allowing to read audio streams within the computer (to modify MIDI streams actually), to send them to a software, after being analyzed by ...
0
votes
0answers
15 views
Installation and emulation of virtual USB Device
I already read Creating a Virtual USB Device and Virtual USB device about creating a virtual USB Device. I am familiar with the Plug and Play handling by Windows as well as the driver mechanism.
So ...
0
votes
1answer
23 views
Get the name of the sound devices in C#
I need to get the names of a computer sound drivers. Put it in a list or string.
All that I found was a "int" return methods of the "winmm.dll", like "waveInGetDevCapsA" and "waveInGetDevCapsW".
...
-2
votes
0answers
8 views
Suitable wireless drivers in Ubuntu [closed]
why wireless driver doesn't work in Ubuntu but works in windows?
i can connect to only that adoc which is less than 5 meters in range.but in windows i am able to connect to at any range to a adoc
I ...
-2
votes
0answers
28 views
Writing device drivers in java [duplicate]
I was wondering if it is possible to write device drivers in java.
Is it possible to write the drivers in java? Which language is usually chosen to write drivers?
0
votes
2answers
25 views
The compatibility issue between NDIS version and Windows version
everyone. I am doing some modifications to the WinPcap, a packet capturing library. My boss want me to transfer the NDIS version of WinPcap from NDIS 4 to NDIS 6. And the compatibility requirement is ...
0
votes
0answers
11 views
linux wireless driver coding (ath9k): which API to use for reconfiguring channel type (b/t HT20 & HT40) on the go?
I've been revising linux wireless driver (ath9k) to implement notify channel width action frame.
One thing need to be done is that change STATION's channel type between HT20 and HT40 without ...