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

搜索资源列表

  1. vbrs232

    0下载:
  2. 使用串口与计算机进行通讯。编写VB程序来访问串口显示数据。输出为RS-232C标准接口,波特率为300-9600、偶校验、7个数据位、2个停止位。所有字符均发送11位ASCII码,一个起始位。-use serial communication with the computer. VB prepared to access serial display data. Output for the RS-232C standard interface, baud rate for the 300 -
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:64029
    • 提供者:irro
  1. mySoundCardfoLabview800

    0下载:
  2. 串口通讯 是一种图形化的编程语言,它广泛地被工业界、学术界和研究实验室所接受,视为一个标准的数据采集和仪器控
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:842288
    • 提供者:John wang
  1. demoRS232

    0下载:
  2. Linux下串口驱动,满足快速数据收发,属于异步通讯-serial driver in the Linux which will satisfied the qick reciever and transmitter
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-16
    • 文件大小:271721
    • 提供者:weijc
  1. cktx

    0下载:
  2. 串口通讯,读写数据都可以,含发送字符带CRC校验-Serial communications, can read and write data, including sending characters with CRC Checksum
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-23
    • 文件大小:16409
    • 提供者:yxf
  1. Electric-power-communication-protocol-packet-gener

    1下载:
  2. 这个小工具可以生成16进制的电力通信协议数据包,目前支持两种 协议:“中华人民共和国多功能电能表通信规约(DL/T 645—1997)” 和”山东电力集团公司用电现场服务与管理系统通讯规约”。能自 动复制生成的数据,默认为生成的数据添加0x前缀,这样就可以把 数据包方便地粘贴到代码或各种16进制调试工具里面,如“串口调 试助手”。也可以用来在调试分析时和调试状态的数据包进行对比, 以检验数据包的合法性。 本程序用 qt4.2.3 opensource + m
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:56750
    • 提供者:jeff
  1. LsCommDemo

    0下载:
  2. LsComm就一个多线程同进接收串口信息的类库,本示例向大家展示如何使用它。示例实现了一个简洁易用的多线程串行通讯接口,可以以切换查询和自动接收两种模式进行对串口数据收发。实现选择串口、选择接收模式、发送数据、同步接收数据、异步接收数据等。-LsComm on a multi-threaded serial port to receive the same information into the library, the examples demonstrate how to use it.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:101599
    • 提供者:
  1. mscomabc

    0下载:
  2. 一个多线程的VC++串口通讯实例,选择本机可用的串口,可同进打开多个可用的串口,还可以设置数据位、停止位、校验、波特率,往指定端口发送接收数据等。VC6.0编译通过。-More than one thread of the VC++ Serial Communication example, select the serial port of the machine can be used to open the same number into the serial port availabl
  3. 所属分类:Windows Kernel

    • 发布日期:2015-07-16
    • 文件大小:107253
    • 提供者:133
  1. Serial-Protocol

    0下载:
  2. 这是一个单片机,串口通讯中对数据进行简单加密的程序代码。-This is a microcontroller, serial communication in a simple data encryption code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:4771
    • 提供者:张紫科
  1. serial

    1下载:
  2. 这是一个在linux下用QT编写简易串口通讯助手的源程序,程序简单易读,可以实现串口端口的选择及串口参数的设置,及接收串口数据以及向串口发送数据,请用qt creator即可-This is a linux written in QT source of simple serial communication assistant, the program is simple and easy to read, you can achieve the selection of the serial
  3. 所属分类:Linux-Unix program

    • 发布日期:2015-03-18
    • 文件大小:6144
    • 提供者:钟路强
  1. NewRoutTest.tar

    0下载:
  2. 串口通讯,该软件用于测试串口间的通讯及数据测试。-Serial communications, the software used to test the serial communication and data testing.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-27
    • 文件大小:1894400
    • 提供者:laurance
  1. ViewM

    0下载:
  2. 串行接口 (Serial Interface) 是指数据一位 地顺序传送,其特点是通信线路简单,只要一对传输线就可以实现双向通信(可以直接利用电话线作为传输线),从而大大降低了成本,特别适用于远距离通信,但传送速度较慢。串行接口 串行接口 一条信息的各位数据被逐位按顺序传送的通讯方式称为串行通讯。串行通讯的特点是:数据位的传送,按位顺序进行,最少只需一根传输线即可完成;成本低但传送速度慢。串行通讯的距离可以从几米到几千米;根据信息的传送方向,串行通讯可以进一步分为单工、半双工和全双工三
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-23
    • 文件大小:7339931
    • 提供者:haha
  1. 10e41a39e11a

    0下载:
  2. VC++串口通讯完整程序代码,可以运行通过,可以收发数据-VC++ complete serial communication program code, you can run through, you can send and receive data
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:77683
    • 提供者:吴言尚
  1. detectGas

    0下载:
  2. linux C与浙大明泉废气分析仪串口通讯及检测流程实例,通过串口开、关废气分析仪,并从废气分析仪中读取检测到的数据信息。-linux C and Zhejiang Ming Quan exhaust gas analyzer serial communication and testing process instance, through the serial port and off exhaust gas analyzer, and read information from the d
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2920
    • 提供者:张栋
  1. uart_lcd

    0下载:
  2. 用于EDA中的串口通讯的实现。用串口精灵将数据传输到LCD上并将其显示出来。-EDA for the implementation of serial communication. With serial wizard to transfer data to and displayed on the LCD.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-02
    • 文件大小:645318
    • 提供者:黄叶
  1. viscom

    0下载:
  2. 串口通讯。数字时钟。图形显示。能见度仪器数据处理好代码。单位的项目-Serial communication. Digital clock. Graphic display. Visibility instrument data processing code. Unit project
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:999828
    • 提供者:牧马星河
  1. MointDev

    0下载:
  2. 基于嵌入式linux数据采集服务器,界面采用Qt4.7编写,实现视频采集、串口通讯、网络通讯功能。-Based on the embedded Linux data acquisition server, using Qt4.7 interface, video acquisition, serial port communication, network communication function.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1555740
    • 提供者:wei
搜珍网 www.dssz.com