driver
USb driver Document scanner for windows mobile
Does anyone know a USB driver/ SDK to user a开发者_如何学JAVA USB Document scanner on a windows mobile device ?First of all, in order to use a USB peripheral with a Windows Mobile device, the device n[详细]
2023-03-12 15:07 分类:问答Windows bug check callback not called on 64 bit systems
We have ported our driver successfully to 64 bit systems a while ago. But one thing is missing, which is not very important but it was a very handy debugging feature.[详细]
2023-03-12 00:17 分类:问答Best way to transfer video data to a device over PCI in linux
I need to transfer video data to and from an FPGA device over PCI in a linux environment. I\'m using a third party PCI master core on the FPGA. So far, I\'ve implemented a simple DMA controller on the[详细]
2023-03-11 08:34 分类:问答WDF UMDF driver install problem in windows 7 32 bit
I have a simple user mode usb driver that is installing and working fine in Windows XP 32 bit and Windows 7 64 bit, but for some reason fails to install correctly in Windows 7 32 bit. Do I need 2 sepa[详细]
2023-03-11 07:36 分类:问答Why is it "Bad" to Build Drivers with Visual Studio?
Microsoft Visual Studio\'s linker has a /DRIVER flag specifically for building drivers: Use the /DRIVER linker option to build a Windows NT kernel mode driver.[详细]
2023-03-10 17:52 分类:问答Allow Driver to Stop in Windows?
Some drivers on Windows, like Null andBeep, can be arbitrarily stopped and re-started through the ControlService(..., SERVICE_CONTROL_STOP, ...) operation. Most other drivers, however, cannot be stopp[详细]
2023-03-10 17:17 分类:问答Upgrading driver from XP to W7
I\'ve got a driver for a custom PCI card, which builds and runs fine on XP. I\'m trying to use this custom hardware on W7, and am trying to build and run my driver.[详细]
2023-03-09 21:01 分类:问答What's the best option for connecting to a database via JDBC using .NET?
I may be looking for the equivalent of the JDBC-ODBC bridge with the inverse behaviour so that an ODBC query, for example, is translated into a correspond开发者_Python百科ing JDBC query. Does such a t[详细]
2023-03-09 18:56 分类:问答Driver Portability
This might be a lame question for this site, but here goes. Can drivers be portable? For instance, could one write a driver for the keyboard-backlight of a mac, and port it to another unix system, ma[详细]
2023-03-09 04:02 分类:问答Some problem about Android Driver Development
I am very new to this field. Actually I just begin to investigate the possibilities. The simple version of my question is, what will it take to develop a driver (say USB<->Serial), deploy it to an[详细]
2023-03-08 11:35 分类:问答