搜索资源列表
usb开发(基于D12)【源码共享
- usb开发(基于D12)。。湖南大学计算机与通信学院同学毕业设计及源代码!!好的很啊-usb development (based on the D12). . Hunan University College of Computer and Communication graduate students design and source code! ! Very good ah! !
Philips_Mass_Storage_Class_code_for_the_PDIUSBD12D
- 前一段参考本程序为AT91RM9200开发板添加了一个USB MSD Bulk-Only下载接口,Philips MSD code for the PDIUSBD12D包括完整的源代码,极具参考价值!-earlier reference to the procedures for AT91RM9200 development board adds a USB MSD Bul k-Only download interface, Philips MSD code for the PDIUSBD12
C51_U_Disk
- 基于C51的U盘开发源代码!是从事移动硬盘开发者不可或缺的参考代码!-based on the U-C51 open source code! Engaged in the development of mobile hard drives were an indispensable reference code!
用VB和USB通信的一个实例
- 一个用vb开发的源代码-vb development with a source code
51_USB_D12
- 51单片机控制D12 USB器件的完整源代码, keil工程文件,可以在周立功开发板上运行-51 MCU control D12 USB device complete source code, c51 engineering documents, in the weeks running meritorious development board
USBCodeDesign
- usb编程源代码,visual c++开发工具开发,具有通用性的程序。-usb programming source code, visual c Tools Development, and is suitable for the procedure.
D12USBFirmware
- D12USB开发板下位机固件源代码要下载的快!-D12USB Development Board under the crew firmware source code to download faster!
USBCleaner20071109
- Visual C++环境下开发USB通信的源代码。
ISP1181MCU_FW_Ver1.01
- ISP1181MCU_FW_Ver1.01.zip是基于飞利浦ISP1181的USB HOST开发板固件源代码
EasyUSB
- 可二次开发的可以编译通过的VC++6.0源代码,且有硬件开发套件。有了它,在你需要做一个USB产品开发时,所有要做的就是在PC上修改源代码、调用几个函数读写I/O口。
YL(ucdragon)usb_d12
- 优龙(ucdragon)LPC2294开发板,USB_D12部分源代码
aa
- usb 开发ls120的usb驱动源代码
USB2.0develop
- USB2.0开发数据的源代码,含电路图等
USB2
- USB2.0完整资料,包括原理和工程开发的源代码,VC++环境!
usb
- USB接口开发的入门资料,包括很详细的源代码资料
DRMUsbKeyboardWithMouse
- 此源代码为双报表法USB键盘鼠标开发源代码-This source code statements of law for dual USB keyboard and mouse development of source code
VC_Example_USB-CAN
- VC关于DLL调用的源代码,关于界面设计,DLL调用等方面,很有参考价值。此例程针对武汉吉阳光电www.glinker.cn的GY8507 USB-CAN总线适配器开发,二次开发例程。-err
DIMUsbKeyboardWithMouse(TwoInterfaces)
- 此源代码为双接口法USB键盘鼠标开发源代码-This source code for dual-interface USB keyboard and mouse development method source code
USB应用技术开发大全
- USB应用技术开发大全含有源代码,非常不错的资料,本人找了好久才找到这本书.(USB application technology development)
libusb usb驱动开发
- libusb 设计了一系列的外部API 为应用程序所调用,通过这些API应用程序可以操作硬件,从libusb的源代码可以看出,这些API 调用了内核的底层接口,和kernel driver中所用到的函数所实现的功能差不多,只是libusb更加接近USB 规范。使得libusb的使用也比开发内核驱动相对容易的多。