-
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
-
lcm6963 LCD procedures, the Company is using lcm6963 LCD
lcm6963液晶显示程序,本公司就是用lcm6963液晶驱动的。这是我个人写的,-lcm6963 LCD procedures, the Company is using lcm6963 LCD-driven. This is my personal writing,
- 2022-08-23 20:59:52下载
- 积分:1
-
并行接口应用,用WINIO进行并行口的编程,可利用并行接口制作仪器仪表,以及用并口进行虚拟仪表的开发....
并行接口应用,用WINIO进行并行口的编程,可利用并行接口制作仪器仪表,以及用并口进行虚拟仪表的开发.-parallel interface application for use WINIO programming parallel port, parallel interface can be produced using the instrumentation, Parallel and use virtual instrumentation development.
- 2022-03-26 06:13:48下载
- 积分:1
-
Virtual camera driver, class
虚拟摄像头驱动,类驱动通过发送SRB调用小驱动来实现-Virtual camera driver, class-driven SRB call by sending a small drive to achieve
- 2022-12-11 08:40:03下载
- 积分:1
-
文件过滤驱动程序,这个例子用来过滤IRP_MJ_POWER,IRP_MJ_PNP和IRP_MJ_SCSI,...
文件过滤驱动程序,这个例子用来过滤IRP_MJ_POWER,IRP_MJ_PNP和IRP_MJ_SCSI,-File filter driver, this example used to filter IRP_MJ_POWER, IRP_MJ_PNP and IRP_MJ_SCSI,
- 2022-11-05 15:25:03下载
- 积分:1
-
这个视频捕获程序可以自动检测你的视频设备,然后会弹出询问对话框,在你正确安装了设备和驱动程序之后,打开此软件,它就可以捕获视频图像,而且还可以调节视频参数、保存...
这个视频捕获程序可以自动检测你的视频设备,然后会弹出询问对话框,在你正确安装了设备和驱动程序之后,打开此软件,它就可以捕获视频图像,而且还可以调节视频参数、保存为AVI格式等。-The video capture program can automatically detect your video device, and then ask the dialog box will pop up in your device properly installed and drivers, open the software, it can capture video images, they can also adjust video parameters, save the To AVI format.
- 2022-03-02 08:23:17下载
- 积分:1
-
A Human Interface Device (HID) is one that communicates with the host computer u...
A Human Interface Device (HID) is one that communicates with the host computer using structured reports. The HID class of devices consists primarily of devices that end users use to interact with computers. The class includes keyboards, mice, and game controllers of all kinds, but it can include any imaginable knob, switch, button, slider, exoskeletal device, or other type of control that a user might use to control a computer. Noninteractive devices such as bar code readers and measuring instruments might also be designed to fit into the HID class. In addition, HID devices can incorporate user-information components such as lights, displays, force feedback, and other indicators.
- 2023-04-12 00:20:04下载
- 积分:1
-
使用汇编写VXD的一个例子
使用汇编写VXD的一个例子 -Using asm to write a VXD example
- 2022-03-29 04:35:17下载
- 积分:1
-
另一个SCSI 的驱动程序,解压后只有五个文件的,注意看readme。...
另一个SCSI 的驱动程序,解压后只有五个文件的,注意看readme。-another SCSI drivers, unpacked only five documents, to see readme.
- 2022-03-02 16:25:52下载
- 积分:1
-
这是一个USB核心栈
This a USB core stack for
the built-in USB device of LPC214x microcontrollers.
It handles the hardware interface and
USB enumeration/configuration.
Also included are application examples like
a USB joystick HID and USB serial port emulation. -This a core USB stack for the built-in USB LPC214x device of microcontrollers. It handle "s the hardware interface and USB enumeration/c onfiguration. Also included are application e xamples like a USB HID joystick and USB serial po rt emulation.
- 2022-11-18 22:55:02下载
- 积分:1