-
Early in the device driver development process, it’s important to devote some th...
Early in the device driver development process, it’s important to devote some thought to how you’ll distribute your driver and how an end user will install your driver and the hardware it serves. MicrosoftWindows XP and Microsoft Windows 98/Me use a text file with the file extension INF to control most of the activities associated with installing drivers. You provide the INF file. It goes either on a diskette or on a disc that you package with the hardware, or else Microsoft makes it available on line or on a setup disc. In the INF file, you tell the operating system which file or files to copy onto the end user’s hard disk, which registry entries to add or modify, and so on.
- 2022-04-13 02:52:26下载
- 积分:1
-
鼠标设备的上层过滤驱动程序,如果在用户模式下编写程序与该驱动交互,可以实现罗技或双飞燕鼠标那样的特殊功能。特色之处是:对独占性设备的通信。(我的代码绝对自己编写...
鼠标设备的上层过滤驱动程序,如果在用户模式下编写程序与该驱动交互,可以实现罗技或双飞燕鼠标那样的特殊功能。特色之处是:对独占性设备的通信。(我的代码绝对自己编写,真诚希望站长能网开一面,让我就上载这一个代码而成为会员。所谓“水至清则无鱼,人至察则无徒”嘛!)-mouse filtration equipment at the top drivers, if the user mode procedures and the preparation of the driver interaction, can be achieved Logitech mouse or Bangalore as a special function. Features are : exclusive right of communication equipment. (I have written code absolute sincerely hope that the station will be lenient and allow me this one on the code and to become a member. The so-called "no-clear water fish, who have no followers!")
- 2022-10-28 23:05:04下载
- 积分:1
-
USB HID 开发必备工具,是USB协议的第九章内的所有头文件,可作学习和实际编程的材料...
USB HID 开发必备工具,是USB协议的第九章内的所有头文件,可作学习和实际编程的材料-USB HID to develop the necessary tools, USB protocol is the ninth chapter of all the header files and can be used for learning and the actual programming of the material
- 2022-03-03 19:11:43下载
- 积分:1
-
This manual describes SAMSUNG s S3C2410A 16/32
This manual describes SAMSUNG s S3C2410A 16/32-bit RISC microprocessor. This product is designed to provide
hand-held devices and general applications with cost-effective, low-power, and high-performance micro-controller
solution in small die size. To reduce total system cost, the S3C2410A includes the following components separate
16KB Instruction and 16KB Data Cache, MMU to handle virtual memory management, LCD Controller (STN & TFT),
NAND Flash Boot Loader, System Manager (chip select logic and SDRAM Controller), 3-ch UART, 4-ch DMA, 4-ch
Timers with PWM, I/O Ports, RTC, 8-ch 10-bit ADC and Touch Screen Interface, IIC-BUS Interface, IIS-BUS
Interface, USB Host, USB Device, SD Host & Multi-Media Card Interface, 2-ch SPI and PLL for clock generation.
- 2023-07-17 03:00:04下载
- 积分:1
-
AD9851的驱动程序,可以生成频率可控的正弦波。同时可以作为参照,学习AD9852,AD9854的使用!...
AD9851的驱动程序,可以生成频率可控的正弦波。同时可以作为参照,学习AD9852,AD9854的使用!-AD9851 driver can generate the sine wave frequency controllable. At the same time can serve as a reference, study and AD9852, AD9854 use!
- 2022-02-26 02:14:38下载
- 积分:1
-
wdm
wdm驱动开发设计手册完整源码,网上少见
- 2022-03-21 14:55:21下载
- 积分:1
-
VHPD1394 V1.15 driver source
VHPD1394 V1.15驱动程序源
- 2023-03-16 20:25:03下载
- 积分:1
-
它是自动检测和updateibm thinkad本子程序。好的。前夕...
它是自动检测和更新IBM Thinkad的notbook程序。很好。甚至bios也可以更新
- 2023-01-30 22:25:03下载
- 积分:1
-
LCD驱动芯片,采用80kc196。
LCD驱动程序,采用80KC196芯片,-LCD driver, using 80KC196 chips.
- 2022-04-08 03:40:57下载
- 积分:1
-
USB驱动协议的简化版。如果你想打开一个USB管道,你首先要知道这种USB设备的GUID和管理道名称,获取句柄以后就可以使用ReadFile/WriteFile...
USB驱动协议的简化版。如果你想打开一个USB管道,你首先要知道这种USB设备的GUID和管理道名称,获取句柄以后就可以使用ReadFile/WriteFile进行读写了!-USB drives a simplified version of the agreement. If you want to open a channel USB, you must first know the GUID USB devices Road names and management, acquisition handle can use it after ReadFile/WriteFile write!
- 2022-11-07 12:05:03下载
- 积分:1