Welcome![Sign In][Sign Up]
Location:
Search - visual usb driver

Search list

[USB developUSB接口VC源代码

Description: 这是一个用VC做的USB接口的程序,挺好的-A good USB interface program, written by VC.
Platform: | Size: 52224 | Author: 何开文 | Hits:

[Driver DevelopRS232-USB转换器驱动源码

Description: 一个用来实现把RS232接口转换成USB接口的设备驱动程序源码,用DDK编译-to achieve an RS232 interface into the USB device driver source code, the compiler used DDK
Platform: | Size: 692224 | Author: 苏远平 | Hits:

[Driver DevelopUSB Driver Programming - a DIY developers guide.ra

Description: USB Driver Programming - a DIY developers guide-USB Driver Programming-a DIY developers g uide
Platform: | Size: 546816 | Author: 辛万江 | Hits:

[SCM5sources-usb

Description: 6个用VB和DELPHI编写的FOR USB驱动程序,非常难得,是我用3个月时间编写的,相当有参考价值。-six VB and Delphi FOR prepared by the USB driver, and very rare, yes, I spent three months time to prepare, have considerable reference value.
Platform: | Size: 312320 | Author: 火火 | Hits:

[Driver Developusb_driver_vc

Description: 用VC++实现USB驱动,使用vc读写usb设备-with VC USB drive, the use of USB devices to read and write vc
Platform: | Size: 40960 | Author: 王汉文 | Hits:

[Driver Developusbfx2lk_v1.1

Description: 基于vc++6.0环境的cypress USB 驱动源代码,支持块、计时、中断等传输方式。直接可以使用。-vc 6.0 on the environment cypress USB driver source code, support block, time, the suspension means of transmission. Direct can be used.
Platform: | Size: 855040 | Author: 陈强 | Hits:

[Driver Developdriverstudio_USBNIC

Description: driver studio 中的例子usbnic.rar-driver studio for the example usbnic.rar
Platform: | Size: 44032 | Author: 梁文 | Hits:

[Hook apiMPUSBAPI

Description: MicroChip的USB 芯片的驱动API函数库,编译以后成为MCHPFUSB.d-MicroChip the USB Driver API functions, After compiling become MCHPFUSB.d
Platform: | Size: 118784 | Author: suikun | Hits:

[Driver Developusbm

Description: USB device Driver sample -USB device Driver sample
Platform: | Size: 3176448 | Author: xela | Hits:

[Other Embeded programUSBCounterDriverCode

Description: 实现USB计数功能的设备驱动程序源代码 主要用C++实现-counting function USB device driver source code mainly used C++
Platform: | Size: 6144 | Author: wz | Hits:

[GPS developdevelop_usp_portDriver_for_gsp

Description: 基于USB接口的GPS驱动程序.gps后段接受以及输出,及usp驱动读写-USB interface based on the GPS driver. After the acceptance of the gps and output, and usp literacy drive
Platform: | Size: 55296 | Author: yantang | Hits:

[Driver Developusbexex

Description: 传说中的 usb 端口 驱动 源码 啊啊啊啊啊啊啊 -The legendary source usb port driver ah ah ah ah ah ah ah
Platform: | Size: 235520 | Author: 呵呵 | Hits:

[CommunicationUSB

Description: 一个关于usb编程入门例子,开发一个usb driver需要做的基本步骤.-Getting Started on usb programming examples, the development of a usb driver needs to do the basic steps.
Platform: | Size: 70656 | Author: 名字 | Hits:

[Driver Develophellowdm

Description: 在Visual C++环境下编译/基于微软DDK工具包开发的一个WDM设备驱动程序范例,体现了WDM驱动编程的基本步骤和方法. 使用方法: 编译时需要Windows98 DDK 或 Windows 2000 DDK 及 VC 6.0,SoftIce 4.0(推荐) 另外,在编译中要改变路径设置,缺省时为e:\tan\hellow\hellowdm,DDK,SoftIce的路 径也要正确。 编以后,启动控制面版中的“添加新硬件”,选择“其它设备”,点击“从磁盘安装” 在找到上述目录下的hellowdm.inf,在安装中指定hellowdm.sys的路径即可。 安装好后可在控制面板的“系统”中看到此设备。 文件说明: hellowdm.dsw 为主工作文件 testhello目录 为客户端程序 -In the Visual C++ Environment compiler/toolkit based on the Microsoft DDK to develop a WDM device driver example, embodies the WDM driver programming the basic steps and methods. Usage: compile-time need for Windows98 DDK or Windows 2000 DDK and VC 6.0, SoftIce 4.0 (recommended) In addition, the compiler must change the path settings, the default for e: anhellowhellowdm, DDK, SoftIce have the correct path. Made after the Control Panel to start the
Platform: | Size: 385024 | Author: 罗弘谞 | Hits:

[OtherUsing_Softice_in_Vmware

Description: VMware中使用Visual SoftICE调试驱动的教程,适合初学驱动的程序员。-VMware to use Visual SoftICE debug-driven tutorials, suitable for novice programmers driven.
Platform: | Size: 374784 | Author: hardway | Hits:

[USB develophid_fx2

Description: 使用Jungo Windriver開發的USB driver 及其firmware,類型為HID Class,應用於FX2(Cypress CY68013A)上.-Jungo Windriver developed using the USB driver and firmware, type of HID Class, applies FX2 (Cypress CY68013A) on.
Platform: | Size: 89088 | Author: Randolph Chen | Hits:

[USB developbulkusb

Description: usb bulk 传输例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM). * Supports Plug and Play(PnP), Power Management(PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features. * This sample is based off the selSusp DDK sample. Please refer the selSusp sample and the DDK docs to understand the handling of PnP, PM, WMI and SS features and implementations. * The USB device used for this sample is a generic Intel I82930 USB evaluation board programmed with a simple loopback test using a 64 KB circular buffer. None of the code in the sample is specific to this controller chip. -usb bulk transfer routines.* The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM).* Supports Plug and Play (PnP), Power Management (PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features.* This sample is based off the selSusp DDK sample. Please refer the selSusp sample and the DDK docs to understand the handling of PnP, PM, WMI and SS features and implementations.* The USB device used for this sample is a generic Intel I82930 USB evaluation board programmed with a simple loopback test using a 64 KB circular buffer. None of the code in the sample is specific to this controller chip.
Platform: | Size: 56320 | Author: James | Hits:

[Windows CEUSB

Description: 这是一个有关于windows ce 嵌入式的usb的驱动程序-This is a windows ce embedded on the usb driver
Platform: | Size: 77824 | Author: ROY | Hits:

[USB developgeneric_usb_hid_2008-11-19

Description: Generic HID USB Driver Under Visual C++ This Source Read Data from a HID(Human interface Device) Class USB device. Source: ATMEL Corporation
Platform: | Size: 448512 | Author: Reza | Hits:

[Driver for all laser marking board

Description: visual c++ driver for marking laser usb
Platform: | Size: 1500160 | Author: rmn170 | Hits:
« 12 3 »

CodeBus www.codebus.net