CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux usb

搜索资源列表

  1. usbhostbasedons3c2410a

    0下载:
  2. USB HOST在S3C2410A中的实现,其编译系统为LINUX系统2.6内核。-USB HOST to achieve in the S3C2410A, the build system for the LINUX kernel 2.6 system.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:5250
    • 提供者:Xie QM
  1. S3C2410_USB_Linux

    0下载:
  2. 本程序为在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
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-27
    • 文件大小:262007
    • 提供者:张集墨
  1. Understanding_and_developing_Linux_USB_drivers

    0下载:
  2. Understanding and developing Linux USB drivers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-06
    • 文件大小:1354452
    • 提供者:hf
  1. usb

    0下载:
  2. linux 下的usb驱动程序源码 linux 下的usb驱动程序源码-usb under linux-source linux drivers for the usb driver source
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:950511
    • 提供者:boychenhui
  1. 2HCIUSBDriver

    0下载:
  2. 2HCI USB driver for Linux Bluetooth protocol stack 蓝牙底层USB Driver程序-2HCI USB driver for Linux Bluetooth protocol stack Bluetooth USB Driver procedures underlying
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:18882
    • 提供者:张德志
  1. gnokii-0.6.27.tar

    0下载:
  2. gnokii利用电缆接线、usb連接,紅外連接和bluetooth來連接手機並操作手機功能。Version 0.6.27 支持win32/MacOS X/FreeBSD/Linux,支援Series40 3rd+ Edition 的短信讀取,完善vCard轉換程式,及對Sagems, Samsungs and Sony-Ericssons提供更好的支持 -gnokii cable connection, usb connection, infrared connection and blue
  3. 所属分类:SMS

    • 发布日期:2017-04-09
    • 文件大小:2121094
    • 提供者:MingWang
  1. libopenusb-1.0.2.tar

    0下载:
  2. libopenusb.tar usb linux-usb linux libopenusb.tar
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-04-03
    • 文件大小:488038
    • 提供者:MEYE
  1. S3C2410_USB

    0下载:
  2. s3c2410嵌入式Linux USB接口驱动源码-s3c2410 Embedded Linux USB interface driver source code
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:11036
    • 提供者:西米
  1. USB_Serial_Converter_driver

    0下载:
  2. 这是个linux下的USB串口驱动的代码。参考宋宝华的《linux设备驱动详解》可以深入理解-this is a USB Serial Converter driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:11014
    • 提供者:校尉
  1. qianruusb

    0下载:
  2. 如何使用USB总线接口在单片机系统中实现一个虚拟串口的原理和实现过程。在设计中,软件部分采用USB的CDC类标准来实现虚拟串口,这样可以使用操作系统(Windows,Linux)自带的驱动程序;在硬件设计中,使用自带USB从设备接口的AT89C5131单片机,提高了系统的集成度和可靠性-How to use the USB bus interface in single-chip realization of a virtual serial port system, the principle
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:39462
    • 提供者:李强
  1. usb-linux-system

    0下载:
  2. 自己制作usb-linux系统收集的资料和经验总结,希望对大家有用。-To produce their own usb-linux systematic collection of information and lessons learned, want to be useful to everyone.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:197025
    • 提供者:dugu
  1. hl340.tar

    0下载:
  2. 今天"有幸"买了个在LINUX下识别不出的USB转串口线,以前那个LP2303芯片的驱动在系统上已经自带,查了一下这个CH341的芯片的相关驱动- 5 * 6 * The CH341 device can be used to implement an RS232 asynchronous 7 * serial port, an IEEE-1284 parallel printer port or a memory-like 8 * interface. In all c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:231117
    • 提供者:123
  1. FullEmbeddedLinuxNotes

    0下载:
  2. 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:561016
    • 提供者:流浪
  1. linux_usb

    0下载:
  2. Linux USB information Introduction
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-06
    • 文件大小:1354410
    • 提供者:TuncayALTUN
  1. omimic

    0下载:
  2. 支持将嵌入式Linux设备模拟成USB键盘的USB Gadget驱动-A USB Gadget driver for Linux & embedded devices
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:33066
    • 提供者:K
  1. Linux_Hub

    0下载:
  2. linux_hub 主要讲linux usb 驱动的情况-linux_hub
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-07
    • 文件大小:1250741
    • 提供者:ggj
  1. WinImagev850

    0下载:
  2. WinImage is a fully-fledged disk-imaging suite for easy creation, reading and editing of many image formats and fileystems, including DMF, VHD, FAT, ISO, NTFS and Linux. The disk image is an exact copy of a physical disk (floppy, CD-ROM, hard disk, U
  3. 所属分类:File Operate

    • 发布日期:2017-05-10
    • 文件大小:2245655
    • 提供者:crykister
  1. lunwen

    0下载:
  2. 优秀硕士论文,主要论述了Linux内核移植及USB驱动的开发,对嵌入式学习开发有一定的参考价值-Outstanding Master`s thesis mainly discusses the Linux kernel porting and USB-driven development, the development of embedded learning has some reference value
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:3073106
    • 提供者:lll
  1. liveusb-creator-3.7.3.tar.bz2

    0下载:
  2. fedora下做live usb工具,也可以用别的linux iso 文件,用python写的,-do live usb under fedora tool, you can also use another linux iso file, written in python,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:129847
    • 提供者:rason
  1. USB-auto

    0下载:
  2. 是现在linux下让Usb设备自动挂载和卸载,用C++实现-Now let Usb devices under linux automatically mount and unloading, using C++ implementation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:9368
    • 提供者:Jacky
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com