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

搜索资源列表

  1. uart0

    0下载:
  2. 这是一个Linux下使用的串口通信代码,有详细的注释,可根据自己需要修改,初始化是可以沿用的标准框架-This is a Linux use of serial communication, have commented code, can according to their own needs modifying, initialization can be used for standard frame
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1998
    • 提供者:
  1. dial

    0下载:
  2. 使用QT作主界面,通过串口操作GPRS实现打电话,发短信-The use of QT disposes interface, through the serial port to achieve operational GPRS phone calls, send text messages
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:15286
    • 提供者:王青云
  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
    • 文件大小:19978843
    • 提供者:keke
  1. mycom.tar

    0下载:
  2. Linux下串口監控程序,QT+qextserial編寫.-Linux serial port monitoring program, under, QT+ qextserial prepared.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:332149
    • 提供者:Learn
  1. Serial

    0下载:
  2. 串口通讯实验.在Linux操作系统中对底层终端的处理是一个非常复杂的过程,需要处理许多不同类型的设备(包括调制解调器、终端仿真、伪终端等)。Linux 系统处理终端的方法是通过串行接口连接的控制台与系统通信并运行程序。由于越来越多的厂商都参与终端的生产,而且每个厂商都是为自己的终端设计自己的命令集,所以需要有一种方法对终端的访问进行一般化处理。Linux系统使用一个能力数据库terminfo 来描述每个终端的能力以及调用这些功能的方法。-Serial communication experime
  3. 所属分类:Linux Network

    • 发布日期:2017-05-04
    • 文件大小:1238399
    • 提供者:xusong
  1. ser.tar

    0下载:
  2. serial examples with user defined uart baud rate for linux-serial examples with user defined uart baud rate for linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:1672
    • 提供者:Anton
  1. SerialPort

    1下载:
  2. linux环境下串口接收数据与发送数据实验 包含实验报告和源代码-linux environment to receive data and send data to serial experiments with test report and source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:595042
    • 提供者:杨一新
  1. Linux_chuankou

    0下载:
  2. linux 串口程序开发详细的介绍了诸如:浈流量缓冲,奇偶校验,停止位,等等的设置-linux serial port program development described in detail such as: Zhen flow buffer, parity, stop bits, and so set
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:107110
    • 提供者:lba
  1. serialport

    0下载:
  2. linux 串口初始化,波特率,数据位,停止位,数据流控制,-linux serial port
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:3642
    • 提供者:hejun
  1. linux_driver

    0下载:
  2. Linux环境下的串口驱动程序,有测试源代码和驱动程序源代码-Linux environment, the serial port driver, a test driver source code and source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1228980
    • 提供者:李绍阳
  1. serial_s3c44b0

    0下载:
  2. (ARM)S3C2410+Linux平台上串口驱动程序-(ARM) S3C2410+ Linux platform serial port driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:5301
    • 提供者:fengge0832
  1. linux__serial_port_programme

    0下载:
  2. linux串口驱动开发文档.pdf(介绍了linux下串口编程方法)-linux serial port programme
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:224657
    • 提供者:zhaozhongxi
  1. SCCB_Spec_Ver2.1

    0下载:
  2. OmniVision Serial Camera Control Bus (SCCB) Functional Specification Last Modified: 26 February 2003 Document Version: 2.1
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:249743
    • 提供者:heineken
  1. serial

    0下载:
  2. linux下QT串口示波器,能显示波形,很好用!-serial
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:955856
    • 提供者:王魁
  1. chuankou.tar

    0下载:
  2. linux下的串口通讯程序 蛮简单的 实现单片机到计算机之间的串口通信 主要是接收数据-linux serial port communication program under the very simple MCU to the computer serial communication between the main receiving data
  3. 所属分类:Com Port

    • 发布日期:2017-03-25
    • 文件大小:20617
    • 提供者:zhangning
  1. SerialRW

    0下载:
  2. Linux 下串口通讯的实例,可以读写串口 -Linux Serial Port Read and Write
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1890
    • 提供者:ICEPICK
  1. Linux_arm9_com_net

    0下载:
  2. arm9 Linux 2440 网口转串口 网口 串口-arm9 Linux 2440 serial to TCP/IP net
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:3195
    • 提供者:蒋恒深
  1. libserial-0.5.2.tar

    0下载:
  2. Linux 串口多线程程序,封装的不错,适用嵌入式系统-Linux serial multi-threaded process, package, good for embedded systems
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:353754
    • 提供者:prince
  1. linux_uart_driver

    0下载:
  2. Linux的串口接口及层次、串口驱动的参数配置、串口驱动的底层接口函数、串口驱动与上层的接口关联等相关内容-Linux' s serial interface and level serial driver parameter configuration, serial interface function the underlying driver, serial port driver associated with the upper interface and other rela
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:103382
    • 提供者:陈建
  1. Linux

    0下载:
  2. 简单的嵌入式串口调试程序 用到的是串口2 所以连线时要注意使用串口2-Simple serial program of embedded linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2223
    • 提供者:阳光
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com