CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - USB-SERIAL

搜索资源列表

  1. ft232usbdriver2.0

    0下载:
  2. 关于linux中如何写usb转换成串口的程序,很实用,可以在linux下阅览和调试。-on how to write usb serial conversion process, very practical, linux can be viewed under and debug.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:332.38kb
    • 提供者:chenshuai
  1. hso-1.12 3G模块USB串口驱动程序源代码

    2下载:
  2. linux系统下3G模块USB串口驱动程序源代码最新版本,附pdf文档。3G的USB modem都用得着,有了这个就可以在linux下使用了。-3G module linux system USB serial driver source code for the latest version, pdf file attached. 3G data cards are useful
  3. 所属分类:Linux/Unix编程

    • 发布日期:2011-08-22
    • 文件大小:34.6kb
    • 提供者:testsb
  1. PL2303(Linux).rar

    2下载:
  2. PL2303 Linux驱动源码 drivers/usb/serial/usb-serial,PL2303 driver source code for linux drivers/usb/serial/usb-serial
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:6kb
    • 提供者:KC Chen
  1. 3g_dial.tar.gz

    0下载:
  2. 3G上网卡LINUX下驱动程序,包括USB虚拟串口驱动和拨号流程及脚本,3G on the card under LINUX drivers, including USB virtual serial port driver and dial-up processes and scr ipts
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:844.08kb
    • 提供者:老莫
  1. hso-1.12.tar

    1下载:
  2. linux系统下3G模块USB串口驱动程序源代码最新版本,附pdf文档。3G的USB modem都用得着,有了这个就可以在linux下使用了。-3G module linux system USB serial driver source code for the latest version, pdf file attached. 3G data cards are useful
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:34.6kb
    • 提供者:zjd
  1. USBLinuxDriver

    0下载:
  2. USB转RS232串口驱动文件(注意:这是linux平台下),需要的请下。-USB-RS232 serial port driver files (Note: This is the linux platform), need to call on the next.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:23.53kb
    • 提供者:lll
  1. linux_usb_drive

    0下载:
  2. * This driver is to be used as a skeleton driver to be able to create a * USB driver quickly. The design of it is based on the usb-serial and * dc2xx drivers.-* This driver is to be used as a skeleton driver to be able to create a* USB driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:16.32kb
    • 提供者:lan
  1. usbandasm

    0下载:
  2. 在Linux中,文件是抽象的,Linux已将几乎所有的东西都 按文件来对待,所以就可以像操作普通文件那样去打开、关 闭、读取和写入不同的终端设备。Filesystem Hierarchy Standar (FHS)是Linux遵循的文件目录的命名和架构标准,在此文件 系统层次结构中,Linux所有的设备以设备文件名的方式存放 在目录/dev下,USB到串口转接器的设备文件为ttyUSB0。如 果使用多口转接器或USB hub,则相应设备文件依次为 ttyUSB1、tt
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-27
    • 文件大小:124.42kb
    • 提供者:郝冠男
  1. AVRopendous-2009-04-18

    0下载:
  2. This the source code for AVRUSB162 Demos which is having the USBLoopback, USB-Serial, USB-serial-SPI Both for Linux, Windows-This is the source code for AVRUSB162 Demos which is having the USBLoopback, USB-Serial, USB-serial-SPI Both for Linux, W
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-22
    • 文件大小:6.49mb
    • 提供者:Srinivas
  1. linux-2.6.14

    0下载:
  2. 飞凌公司TE2410开发板自带的linux2.6.14内核源代码,内核中加入了cs8900a网卡,串口1,2,3驱动,USB HOST驱动,USB摄像头驱动(ov511芯片),声卡驱动,液晶屏驱动,开机图片-TE2410 development board飞凌company linux2.6.14 own kernel source code, the kernel is added to the network card cs8900a, 1,2,3-driven serial, USB HO
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-10-31
    • 文件大小:54.95mb
    • 提供者:wangjun
  1. USB_Serial_Converter_driver

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

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

    0下载:
  2. 本书系统地介绍了嵌入式Linux设备驱动开发的相关知识和实例,主要包括: 数码管驱动程序;键盘驱动程序;A/D、D/A驱动程序;LCD驱动程序;触摸屏驱动程序;CAN总线驱动程序;I2C总线驱动程序;音频总线驱动程序;IDE驱动程序;NAND Flash和NOR Flash驱动程序;USB设备驱动程序;串口驱动程序;网络设备驱动程序。 实例丰富、讲解细致、代码分析详尽,嵌入式Linux设备驱动开发的理想参考用书。 -This book systematically introduces
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-12
    • 文件大小:19.05mb
    • 提供者:keke
  1. tmta-cups-1.3.1.0.tar

    0下载:
  2. This software is a printer driver for printing on a TM series thermal printer from Linux using CUPS. Features: - A raster type printer driver for TM series thermal printers. - The driver can instantly print out images, texts, and drawi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-17
    • 文件大小:4.75mb
    • 提供者:pl
  1. serial.zip

    0下载:
  2. inux系统上,USB串口驱动程序小工具。,inux system, USB serial driver gadget.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-08
    • 文件大小:2.61kb
    • 提供者:oldmaid
  1. usb-serial

    0下载:
  2. linux系统上,有关USB串口转换器驱动程序。-linux system, USB serial converter driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-14
    • 文件大小:8.97kb
    • 提供者:lkijm23
  1. usb-serial

    0下载:
  2. USB Serial Converter driver for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-27
    • 文件大小:9.26kb
    • 提供者:qouzangeng
  1. usb-serial

    0下载:
  2. USB Serial Converter driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:9.62kb
    • 提供者:yiwongbs
  1. usb-serial

    0下载:
  2. Currently the driver can handle up to 256 different serial interfaces at one time.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:18.42kb
    • 提供者:sghangnon
  1. usb-serial-simple

    0下载:
  2. USB Serial Simple driver. -USB Serial Simple driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.51kb
    • 提供者:muegongco
  1. usb-wwan

    0下载:
  2. Definitions for USB serial mobile broadband cards.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:783byte
    • 提供者:cwzuweng
« 12 3 4 5 6 »
搜珍网 www.dssz.com