搜索资源列表
Vb串口通讯调试方法
- vb 串口通讯调试方法 现有电子秤一台,使用串口与计算机进行通讯。编写VB程序来访问串口,达到读取电子秤上显示的数据。该电子秤为BE01型仪表,输出为RS-232C标准接口,波特率为300-9600、偶校验、7个数据位、2个停止位。所有字符均发送11位ASCII码,一个起始位。在VB中与串口通讯需要引入控件MSComm串口通讯控件(在Microsoft Comm Control 6.0中)-vb serial communications debugging method existing
PalmserialforGPS
- 关于gps通信的代码 串行通讯参数为: 波特律=4800 数据位=8位 停止位=1位 无奇偶校验 -on a GPS communications code for serial communication parameters : Porter legal data bits = 4800 = 8 cease-1 = no parity
com_code(LJ)
- 运用通信API编写串口通信。 功能:1)通过串口进行数据的收发并在接收端显示收到的数据 2)打开串口,关闭串口等 要求:1)可以修改com口、波特率、数据位、停止位、奇偶校验 2)传送的数据桢格式:数据头(FF FF FB) 数据长度 数据 累加和 数据尾(FB FB), 数据头和数据尾不参加计算累加和 3)接收数据的显示方式:要求每个数据桢中的数据以单独一行的格式显示 -Communication API prepared using serial commu
485ReceiveProgram
- 主要功能是实现485通讯接收程序,该通讯具有地址检测,数据接收,数据校验等功能
crc8.rar
- CRC校验用于串行通讯数据校验功能,呵呵,CRC Checksum
SerialPortTest
- (为了能下载,真不舍得)一个非常详细的串口开发例程。详细讲述了串口通信协议的编制,数据校验的实现。-(In order to be able to download, I really can not blame them) a very detailed routine serial development. Detailed account of the serial communication protocol preparation, data validation implementa
CRC
- 列出了循环冗余校验表及函数库,便于在串行通讯时数据校验-List of cyclic redundancy check form and function library for serial communications data check
comm
- 一个完整的串行通讯源代码,C语言,同时支持两个串行端口,中断方式,自定义数据校验协议,对开发DOS下的通讯程序非常实用-A complete source code for serial communication, C language, while supporting two serial ports, interrupt, custom data validation agreement, under DOS on the development of the communication
GPSCOMPORTnew
- 串口通讯,可以自定义串口,波特率,数据位,停止位,校验位,实时监控串口内容进行读取,并根据数据包的不同进行显示。-Serial communication, you can customize the serial port, baud rate, data bits, stop bits, parity bit, real-time monitoring of serial port to read the content and, based on different data packet
BCCcomputer
- 在串口通信中经常使用到的一种校验位计算方法:即BCC校验位的计算。本软件把算法通过代码的形式写入,你只要输入数据,即可计算出数据的BCC校验位是多少。-Often used in serial communication to a check digit calculation method: the BCC check digit calculation. The software code in the form of the algorithm is written, you can en
ComTest
- 利用pc机的串口功能,实现pc机与下位机的数据传输和校验-Pc machine using the serial port function, realization pc machine and the next crew of the data transfer and validation
123
- 分析了串行异步通信协议中涉及的传输模式、流量控制、传输透明性、数据校验、加密方式等问题,提出了开发一个高效的串行异步通信协议的方法, 并以实例进行了具体描述。 -Analysis of serial asynchronous communication protocol involved in the transmission mode, flow control, transmission transparency, data validation, encryption and othe
CR16
- 循环冗余校验码——CRC-16算,网络通信或者串口通信中的数据校验算法,很好用的-Cyclic redundancy check- CRC-16 calculation, network communication or serial communication data validation algorithm, a very good use
Serial--data-validation
- 用于串行通讯口的数据校验,校验结果为强制类型转换后的数据和-Data validation, verification results for serial communication port casts data and
comtest1
- c# 打开本机串口接收发送 程序 以及MODBUS 数据CRC校验 c# 串口设置,发送接收MODBUS数据(C# opens the local serial port, receives the sending program and the MODBUS data CRC check)
crc_mod
- 实现了MODBUS协议的CRC-16校验,数据可以连续进行输入,可以连续得出N个字节的校验码(Implement the CRC - 16 check the MODBUS protocol, data can be input, continuous check code can continuous draw N bytes)
test7
- 此程序实现的功能是串口接收数据校验并回传数据(The function of this program is to receive data check and return data by serial port)
SerialCommunication1.18
- 打开串口通讯成功后, 实时监控区将显示实的温湿度值、 光照度值、经纬和温湿曲线。坐标范围可以手动输入,也可以使用默认值。 //通信协议 说明 包头 长度 设备类型 网络号 短地址 命令 数据 校验和 长度 2 2 2 2 2 1 1 位置 0 2 4 6 8
循环冗余码
- 使用Labview编写循环冗余校验程序,适合多个字节数据校验。(Labview cyclic redundancy check)
CrcGen
- 在串口通信程序中,通信数据需要进行CRC校验,本程序为CRC 校验计算程序源码(the source code for crc verify.)