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

搜索资源列表

  1. crc校验详解

    0下载:
  2. CRC 校验源码分析,说明了CRC 校验中CRC 值是如何计算出来的,体现的多项式正是X16+X12+X5+1。 Serial Data 即是需要校验的数据。-CRC source analyzed that the CRC value of the CRC calculation of the show that the polynomial is an X16 X12 X5. Serial Data that is the need for calibration data.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:20054
    • 提供者:小康
  1. mcc

    0下载:
  2. 在线设置各种通信速率、奇偶校验、通信口无需重新启动程序,可以设置定时发送数据及时间间隔,很多的功能!大家-set up various online communication speed, parity, communications mouth without restart procedures Timing can set this time interval data and many of the functions! We look at
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:43178
    • 提供者:赵志鹏
  1. lfpv3

    0下载:
  2. 微机保护(LFP系列)与RTU的通讯规约(V3.0) 1. 通讯接口: 1.1 接口标准: RS-232C/RS-422/RS-485 1.2 通讯格式: 异步,一位起始位,八位数据位,一位停止位,无校验位。 1.3 通讯速率: 4800~38.4Kbps。 1.4 通讯方式: 主从方式。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:35713
    • 提供者:yinhezhiguang
  1. ComDebug

    1下载:
  2. 用VC写的串行口调试程序,自动识别可用的串口号,可选波特率,校验方式等,可将接收到的数据保存(捕获)到文件,可用ASCII或HEX码方式发送或接收.可以发送文件.
  3. 所属分类:通讯编程

    • 发布日期:2014-01-18
    • 文件大小:36941
    • 提供者:张志刚
  1. Serial_Wizard_source_code

    0下载:
  2. 串口编程调试精灵可以在线设置各种通讯速率、奇偶校验、通讯口而无需重新启动程序;可以设置定时发送的数据以及时间间隔;可以自动显示接收到的数据,并能在字符串、十进制和十六进制之间自由切换; 自动保存设置参数。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:46204
    • 提供者:tt
  1. EMEItechLED

    0下载:
  2. 串口调试程序,可设置端口.波特率.校验位.数据位
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:10054
    • 提供者:xiaoysdf
  1. PortExpert10_SRC

    0下载:
  2. 端口专家是一个优秀的端口(串口、并口)监视、调试程序,有以下基本功能: 1.能动态设置各种通讯速率、奇偶校验、数据位、停止位和流控; 2.可以16进制形式自动显示接收到的数据,并能同时发送ASCII码(包括中文)和16进制字符串,可以任意设定自动发送周期,定时发送数据; 3.能将接收数据保存成文本文件,便于比较观察;并能发送任意大小的数据文件(以二进制形式发送); 4.能自动保存设置参数,无需每次重新设置。-port experts is a good ports (serial, parall
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:263552
    • 提供者:柳如飞
  1. serial_data_process.rar

    0下载:
  2. 在串口通讯程序中,对于收到的数据包,经常需要从中提取需要的数据,以及如何处理校验等,在这篇文章里举两个例子予以说明。此文也适于其它通讯程序中对数据报文的处理。 ,In the serial communication program, received packets, often need to extract the needed data, as well as how to deal with parity and so on, in this article, give two ex
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:3821
    • 提供者:yifanxuan
  1. checktool

    2下载:
  2. 串口调试常工具,在AVR猎手检验工具基础上改进。可以计算累加校验和,异或检验和,CRC16,可以添加数据帧头帧尾(用于自定义协议的起始和结束标志),如果能集成在串口助手里面则更好,只是本人VB新手,串口助手写了一个,经常蹦愧,不好意思弄上来。-Serial debugging tools often, hunters in the AVR on the basis of test tools to improve. Can calculate the cumulative checksum, X
  3. 所属分类:Communication

    • 发布日期:2015-10-10
    • 文件大小:16384
    • 提供者:老罗
  1. UDPComm

    0下载:
  2. 基于UDP通讯服务器的开发,主要负责接收传感器发送上来的检测数据,校验后解析(CRC校验),并存储在SQL数据库中。-UDP communication server-based development, primarily responsible for receiving the sensor sends up the detection data checksum (CRC check) after parsing, and stored in an SQL database.
  3. 所属分类:Communication

    • 发布日期:2017-11-09
    • 文件大小:1380636
    • 提供者:
  1. hart_2

    0下载:
  2. 本人上载的几个.c文件为自己所写的代码,是关于自动化设备广泛使用的HART协议的主机与从机之间的通信过程(通过串口). hart_2.c-----包含了HART主机需要调用的计算校验函数,串口发送函数和HART数据帧生成函数.-I uploaded a few. C files for their own written code, is the extensive use of automation equipment on the HART protocol between the h
  3. 所属分类:通讯编程

    • 发布日期:2013-09-06
    • 文件大小:1568
    • 提供者:葛仕俊
  1. CRCProgram

    0下载:
  2. 用MFC编写的数据包校验与常用校验算法(数据处理方法与串口通信用户层协议的编制)。编写的代码部分都有中文注释,对刚开始接触MFC的学习者来说是很好的资源! -Prepared by MFC with the commonly used packet checksum checksum algorithm (data-processing methods and user layer protocol serial communication preparation). They are al
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:26185
    • 提供者:仙儿
  1. CRC16packetdetection

    0下载:
  2. 用CRC-16实现错误的校验,生成多项式为ITU标准多项式。我将这一模块用于数据包纠错中效果很好-CRC-16 used to achieve the wrong checksum, generating polynomial for the ITU standard polynomials. I will package this module for data error correction in the effective
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:189582
    • 提供者:vera
  1. NetAssis

    0下载:
  2. Network debugging assistant (CM hardcover edition) V2.5 green special edition tool is in practical engineering applications, according to the actual needs of the general development of a network debugging tool. 界面精致美观,实用性也强。 Interface, exquisite beau
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:319787
    • 提供者:timoho
  1. CommDlg

    0下载:
  2. 功能: visualC++ 2005 多线程串口通讯实例,可以实现异步发送和接受数据。接受数据和发送数据不会相互阻塞,实现数据的串口畅通交互。 参数: 串口号:COM4 波特率:9600 数据位:8 奇偶校验:偶校验 停止位:1-Function: visualC++ 2005 instances of multi-threaded serial communication can be achieved asynchronously send and rece
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:961701
    • 提供者:liyanjie
  1. MyComm

    0下载:
  2. 应用SerialPort类开发的一个简单串口通讯程序,实现首字节用Mark标志校验,后面的数据用空格校验,这种用法在很多工业控制设备是都会用到-SerialPort class application development of a simple serial communications program, to achieve the first byte check with Mark mark, followed by a space of data validation, the us
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:62045
    • 提供者:jiams
  1. MODBUS_mcu_stc89c54rd

    0下载:
  2. 通讯协议:ModBus RTU 通讯参数:9600 even 8 1 功能码:03 寄存器地址:0x01 0x02 两个 有错误处理:校验错误,功能码错误,寄存器地址错误,数据错误-Communication protocol: ModBus RTU communication parameters: 9600 even 8 1 function code: 03 Register Address: 0x01 0x02 two have error handling: a par
  3. 所属分类:Communication

    • 发布日期:2017-03-23
    • 文件大小:4321
    • 提供者:李天生
  1. Mscomm-Uart

    0下载:
  2. 一个多线程的VC++串口通讯实例,选择本机可用的串口,可同进打开多个可用的串口,还可以设置数据位、停止位、校验、波特率,往指定端口发送接收数据等。VC6.0编译通过。-A multi-threaded VC++ Serial communication instance, choose a local serial port available, can be used with the serial number into the open, you can also set the data
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:105460
    • 提供者:胖哥
  1. Basic-Serial-Write-and-Read

    1下载:
  2. 串口读写操作,在读写基础上增加数据校验和数值读写位位数据显视.-Serial read and write operations, the increase in reading and writing on the basis of data validation and the value read and write bit data display.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:51873
    • 提供者:df
  1. MyCom1.1

    0下载:
  2. 串口通信调试软件,基于windows api编写,功能比较简单,但对于串口通信、数据校验的学习有一些帮助,集成了CRC16\CRC16-Modbus\crc8\xor\sum等多种校验方式-Serial communication debugging software, based on windows api to write, relatively simple, but for serial communication, data validation study have some he
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1066732
    • 提供者:chenruitian
« 12 »
搜珍网 www.dssz.com