搜索资源列表
EZ-USB HID Keyboard
- This Program uses the 2131 dev board s push buttons and seven-segment LED for limited keyboard functionality and is based on the EZ-USB firmware fr a meworks.
usb加密卡芯片控制程序
- 一个不错的usb加密卡的设计,这是芯片端。用的cypress公司的芯片。-a good usb encryption card design, chip-it is. Cypress with the company's chip.
usb加密卡用户界面端程序
- 一个不错的usb加密卡的设计,用户端。用的cypress公司的芯片。-a good usb encryption card design, client. Cypress with the company's chip.
微软USB开发包
- 微软公司的USB口开发包,如果你想开发USB口,这个东西是个好东西。-Microsoft's USB port development kits, if you want to develop USB ports, this thing is a good thing.
DSP+Mp3+USB+FAT12的所有源程序(C语言编写)。
- DSP+Mp3+USB+FAT12的所有源程序(C语言编写)。用TI的DSP写的U盘接口程序,实现USB、MP3-DSP MP3 USB FAT12 all source (C language). TI's DSP with the U-write interface, USB, MP3
usb.2k
- 这是ARM9开发板上自带的USB驱动程序,内核是三星的S3C2410。请参考。-ARM9 development board's own USB driver, the kernel is Samsung's S3C2410. Please refer to.
微软的USB开发包
- 微软的USB开发包,非常经典的东西。值得一看。-Microsoft's USB development kits, very classic things. An eye-catcher.
USB鼠标_设计资料_原理图_芯片资料C程序
- USB鼠标_设计资料_原理图_芯片资料C语言程序,想自己做个USB鼠标么,看看吧-USB mouse design information _ _ _ chips schematics information C Programming Language, wants to be a USB mouse Mody, let's see it
USB.C
- Linux下usb.c源代码分析 在Linux系统中有一个名为“The USB Core”子系统,它有特殊的API支持USB设备和控制器。-usb.c Linux source code analysis of the Linux system is called "The U.S. B Core "system, it has a special API support for USB devices a
usb_ser
- USB to Serial的Keil C固件程序-USB to Serial the Keil C Firmware
USBmass
- USB mass 协议,USB的基础,想USB的可以学习下-USB mass agreements, USB basis, I would like to USB s can learn under the
usb
- S3C2440ARM9开发板的USB驱动程序,已经试验过了-S3C2440ARM9 development board s USB driver, has tested the
C8051f(USB)
- C8051F340的USB开发,包括固件程序、单片机程序、上位机程序(VC6.0),调试通过,非常好用! -C8051F340 s USB development, including firmware, microcontroller procedures IPC procedure (VC6.0), debug through, very easy to use!
RNDIS-USB-Kit_05
- rndis usb kit for usb kitl
usb-device-hid-keyboard-project-1.3-at91sam7x-ek.z
- Atmel的ARM7芯片AT91SAM7X256的USB读写键盘程序-Atmel s ARM7 chip AT91SAM7X256 the USB keyboard to read and write procedures
usb-device-massstorage-project-1.3-at91sam7x-ek.zi
- Atmel的AT91SAM7x256芯片的usb存储的源程序-Atmel s chips AT91SAM7x256 source usb storage
USB
- 低成本USB转PS/2接口的设计,压缩包包括原理图、芯片资料、源代码和叙述性文档。并以USB接口的鼠标的操作和数据转换为例,说明整个设计的原理,并通过多个LED表示各个操作的执行。文档描述详细,深入浅出,并附有图片说明、时续分析和通信协议,初学者很所以上手,并可以深入研究。-Low-cost USB to PS/2 interface design, compression package including schematics, c
USB
- 菲利普的pdiusb d12芯片和avr mega8的usb通讯试验代码,单片机部分。-Philip s pdiusb d12 chips and avr mega8 the usb communication test code, MCU part.
usb
- Microsoft windows usb的接口SDK,通过此程序可以很方便的读写usb。参考价值极高。-Microsoft windows usb interface SDK, through this program can easily read and write usb. Very high reference value.
USB-driver-on-wince
- 通用串行总线(USB)具有方便快速一系列优点,近年来已经发展成为一种比较普遍的计算机与外设的接口。在设计USB设备的过程中不可避免的要涉及到设备驱动程序的设计。首先整体上简要介绍了USB及其通信模型,然后详细讨论了Windows的WDM驱动程序模型,重点阐述了基于WDM的USB设备驱动程序的具体开发过程。最后给出了当前流行的几种USB设备驱动的开发工具及其特点。通过设计USB设备驱动,实现了自行设计的USB数据采集系统与PC的通信。