CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux驱动 搜索资源 - 数据通信

搜索资源列表

  1. myLinuxSerialportTools

    0下载:
  2. 1:支持串口数据16进制格式收发。 2:支持9以上的串口通信。 3:支持自动收发保存数据。 4:自由控制数据显示。 5:实时显示收发数据字节大小以及串口状态。 6:智能清空缓冲数据。 7:采用polling模式,以便移植到linux。 8:全中文对话框。 9:数据收发精准,增加延时处理。 10:支持短信猫调试,智能识别回车符。 11:界面清爽,布局人性化。 -1: Support for sending and receiving serial dat
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-30
    • 文件大小:81087
    • 提供者:
  1. Proc3

    0下载:
  2. netfilter的使用,包含两部分程序,第一部分内核程序使用netfilter框架,对与特定IP进行通信的数据包进行截留,第二部分用户程序负责从标准输入获取用户输入的IP地址并传送给内核程序,使截留数据包可以受控。-about netfilter
  3. 所属分类:Driver develop

    • 发布日期:2017-12-03
    • 文件大小:40612
    • 提供者:李强
  1. Dongle

    1下载:
  2. nodic节点驱动,适用于nrf24lu1p等芯片,作为短距离无线传感网节点数据通信-drivers of NOdic
  3. 所属分类:Driver develop

    • 发布日期:2017-11-18
    • 文件大小:247544
    • 提供者:张殊恺
  1. program

    0下载:
  2. 编写一段程序,同时父进程创建两个子进程p1和p2;并使子进程p1与子进程p2通过共享存储区相互发送数据(512字节)。   (1)掌握系统调用shmget()、shmat()、shmdt()、shmctl()的使用方法及其功能,理解共享存储区通信原理;   (2)系统理解linux 的三种通信机制。 -Write a program, while the parent process creates two child processes p1 and p2 make child
  3. 所属分类:Driver develop

    • 发布日期:2017-12-09
    • 文件大小:11139
    • 提供者:张格日乐
  1. arm_fpga.tar

    0下载:
  2. 实现TQ2440与FPGA的通信功能,将FPGA当作ARM的一个外设,通信方式为静态RAM方式。在代码中,我实现了向FPGA读写数据的功能,已经做过测试。没问题-make the TQ2440 board commuciate with the FPGA board.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-02
    • 文件大小:296150
    • 提供者:王晓丰
  1. spi_adda

    0下载:
  2. 实现FPGA读取AD转换的数据,AD芯片我采用的是ADS7844,采用的是SPI通信方式-achieve the function of read the data from the AD transform chip.the communciation method is SPI.i have tested the code ,and it can work.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-10
    • 文件大小:2383181
    • 提供者:王晓丰
  1. chuankou

    0下载:
  2. 串口通信数据简单处理 加一 开方 数制转换等功能-Simple serial communication data prescribing treatment plus a number system conversion functions
  3. 所属分类:Driver develop

    • 发布日期:2017-04-08
    • 文件大小:5607
    • 提供者:王芳
  1. client

    0下载:
  2. 进程间通信,通过客户端的程序来进行数据的收发,主线程和进程间通过数据的交互来进行通信-Interprocess communication, through the client program to send and receive data, the main thread and the interaction between processes through data for communication
  3. 所属分类:Driver develop

    • 发布日期:2017-04-06
    • 文件大小:1269
    • 提供者:sunxu
  1. TEST65

    0下载:
  2. 此代码是用于computer 与89C51单片机进行数据通信传输的-this code is used for computer and 89C51 beging data commoning trans
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:2205
    • 提供者:migao liu
  1. mmap_test

    0下载:
  2. 通过mmap的匿名管道实现父子进程通信,实现内存数据传送-The anonymous pipe through mmap parent and child processes to achieve communications, memory data transfer
  3. 所属分类:Driver develop

    • 发布日期:2017-03-30
    • 文件大小:5763
    • 提供者:中山服
  1. uart

    0下载:
  2. uart 串口驱动。串口数据传输是以串行方式进行的。串口在数据通信中吗,一次只能传输一个比特的数据。-uart drivers
  3. 所属分类:Driver develop

    • 发布日期:2017-04-10
    • 文件大小:606
    • 提供者:
  1. maibo

    0下载:
  2. 主要通过脉搏传感器与arm连接,编写一个简单的串口通信函数,实现脉搏数据采集。-Mainly connected through a pulse sensor and arm, write a simple serial communication function, to achieve the pulse data acquisition.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-10
    • 文件大小:1166
    • 提供者:sutianjin
  1. cansocket

    0下载:
  2. Can通信,两路Can分别对接,两路Can可以相互读写数据,运行在linux在用C++编写,G++编译就好了-Can communicate, Can two docking respectively.Two cans can read and write data to each other, running linux in written C++, G++ compiler like
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:1995
    • 提供者:韩承桦
  1. iCAN

    0下载:
  2. ican 底层通信协议,完成数据的交互,和ICAN的基本网络管理-ican protocal
  3. 所属分类:Driver develop

    • 发布日期:2017-04-04
    • 文件大小:4589
    • 提供者:chow
  1. ser2net_ok.tar

    0下载:
  2. 双向通信.支持监听指定端口并转发数据.上传的是交叉编译OK最新的代码。-Two-way communication. Support to monitor the specified port and forward data. Upload the latest code is cross-compiled OK.
  3. 所属分类:Driver develop

    • 发布日期:2017-12-14
    • 文件大小:86936
    • 提供者:itachizheng
搜珍网 www.dssz.com