搜索资源列表
s3c44b0x+USB
- 1代码. 2.测试步骤 1> 开发板上电 2> 运行测试程序 3> 运行串口监视软件,波特率115200 4> 用usb电缆连接开发板和PC,若已连接,则拔掉重连 5> 系统显示找到新硬件,安装Tools\\usb驱动\\D12驱动 6> 运行Tools\\UsbDebug.exe 7> 刷新设备列表,选中Philips项 8> 将接收数据端点和发送数据端点均设为端点1,管道大小设为16 若
s3c2410_r11usb
- s3c2410 usb驱动程序,可以直接使用的代码.-s3c2410 usb driver can directly use the code.
qc-usb-0.6.3
- 在Linux下用于webeye的摄像头的驱动,使用的芯片cpyc673-in Linux for webeye camera driver, the use of the chip cpyc673
linux-wlan-ng-0.2.3.tar
- uClinux2.6上兼容PRISM2.0芯片组的USB设备驱动程序.-uClinux2.6 on PRISM2.0 chipset compatible with the USB driver.
AT91RM9200-BasicUSB-ARM1_2-2_0
- AT91RM9200的usb驱动程序,解压后就可以拷贝到根文件系统中,编译执行-AT91RM9200 the usb driver, you can extract copy of the root file system, compiler implementation
usbsbc
- 这是基于使用usb下载时必需的usb驱动以及安装方法,比网络更方便,我一直在我的板子上用,现在和大家分享-This is based on the use usb download the necessary usb driver and installation methods, the network more than convenience, I have been on the board, now to share with you and
uClinux_USB_camera
- uClinux平台上USB摄象头的驱动开发-uClinux platform placing the USB Driver Development
USB-wireless-driver-Linux
- 详细说明:华硕USB接口的RT2570芯片集无线网卡在Linux下的驱动程序,支持asus wl-167g无线usb网卡,rt73---D-link 无线usb网卡以及TL-WN321G无线网卡和台湾RALink公司采用rt2570的802.11g 网卡,可用来移植嵌入式无线网卡驱动-details : ASUS USB interface chip sets RT2570 wireless network card under Linux driver, support asus wl - 1
linux_usb_examples.tar
- LINUX 下驱动开发的很好例子,可以用于USB驱动开发的基础.-LINUX-driven development of the good examples that can be used in USB driver development foundation.
usb.tar
- Linux下usb驱动程序开发 Linux下usb驱动程序开发-usb Linux Driver Development usb Linux Driver Development
USB_camera
- 本文介绍了嵌入式Linux 系统中USB 设备驱动程序开发的基本原理, 通过分析USB 驱动程序开发的程序框架和重要数据结构, 实现了USB 摄像头的嵌入式Linux 驱动程序, 并在S3C2410 的平台上实现了图像采集。-This paper introduces embedded Linux system, USB device driver development of the basic principles, through the analysis of USB driver de
S3C2410_USB_Linux
- 本程序为在Linux操作系统下,ARM9内核芯片S3C2410A的USB固件驱动程序。此源代码在ADS 1.2集成开发环境中设计完成,并在实际工程中调通。USB外围电路、PC界面编程代码和使得Windows识别此USB的驱动文件均在此包中。-This package contains the USB firmware codes of S3C2410A under the Linux operating system. It is developed in the ADS 1.2 platfor
usb_transfer20081009.tar
- 在linux段编写设备驱动代替windows下的DNW USB驱动下载功能,并提供test程序-Write device drivers in linux instead of windows section under the DNW USB driver download function, and provides test procedures
usb
- usb 驱动 源代码 linux-usb driver source code
USB-driver
- S3C2410开发板的,基于嵌入式linux系统的USB驱动程序-S3C2410 development board, embedded linux based system USB driver
USB-driver
- usb_skeleton.c:是单片机的设备驱动程序。 sender.c:是简单的通信应用程序。 编译方式:在要加载的linux内核代码树下编译 insmod usb_skeleton.o即可。 c2_programmer.tar:是一个开源的参考实现。 -USB driver
S3C2440-usb-driver
- 本实验实现对S3C2440 USB Device的操作-The operation of the experimental realization of the S3C2440 USB Device
DNW--usb-driver
- 这是DNW usb 驱动安装包,适合于XP win 7 32位64位,并有教程。-This is DNW usb driver installation package, suitable for XP win 7 32-bit 64-bit and tutorials.
driver
- 常用的底层驱动程序代码,包括常用的触摸屏驱动等等(The common underlying driver code, including the common touch screen driver, and so on)
usb_dev
- 最底层的usb 驱动程序, 帮助理解usb的硬件, 方便测试使用(simple usb driver,help you understand the usb protocol, insmod as linux driver)