搜索资源列表
32位冗余校验
- 串口通讯编程用的32位crc校验源代码,不需要修改就可以应用。-serial communication programming of 32 crc check source code, it can not amend the application.
modbuscrc
- 一个完善的CRC16位校验,可以应用与MODBUS通讯-a perfect CYXLIC REDUNDANCY-checking, can be applied to communications with MODBUS
lfpv3
- 微机保护(LFP系列)与RTU的通讯规约(V3.0) 1. 通讯接口: 1.1 接口标准: RS-232C/RS-422/RS-485 1.2 通讯格式: 异步,一位起始位,八位数据位,一位停止位,无校验位。 1.3 通讯速率: 4800~38.4Kbps。 1.4 通讯方式: 主从方式。
modbus
- 16位modbus循环冗余校验,是一种工业应用标准,本代码使用于初学者掌握crc基本原理,欢迎下载,
VCcom
- 利用VC 编程实现PC机与单片机的通信,可以更改通信的串口波特率,校验位
EMEItechLED
- 串口调试程序,可设置端口.波特率.校验位.数据位
CheckCode.rar
- 计算校验位的程序,异或相加与累加和,可以用于硬件研发人员与一些串口通讯程序使用,Procedures for calculating the parity bit, XOR sum of cumulative and can be used in hardware R & D personnel with a number of procedures for the use of serial communication
newserial_4
- 串口接收发送,将接收内容保存文件,可以设置传输的波特率,端口,校验位。-Serial ports receive and send hex data .then,save receive content to the file。it can set the Baud rate ,com,check bit.
Serial_Communication_Technology
- 串口通讯技术实现--两台pc机通过串口通讯(C语言)并可以调整波特率,奇偶校验位等。 -Serial Communication Technology- two pc machine through serial communication (C language) and can adjust the baud rate, parity bit and so on.
asyn_receiver
- 带奇偶校验位的串口接收的Verilog源代码-failed to translate
NetAssis
- 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
CommDlg
- 功能: visualC++ 2005 多线程串口通讯实例,可以实现异步发送和接受数据。接受数据和发送数据不会相互阻塞,实现数据的串口畅通交互。 参数: 串口号:COM4 波特率:9600 数据位:8 奇偶校验:偶校验 停止位:1-Function: visualC++ 2005 instances of multi-threaded serial communication can be achieved asynchronously send and rece
UART-EDA
- 这是一个十分经典的异步收发器的设计,将发送和接受分开,并带有校验位,同时附赠结构图和仿真结构-This is a very classic asynchronous transceiver will be designed to send and receive separately, and with a parity bit, and comes with charts and simulation of the structure
labview-omron-Serial-Communication
- labview与omron串口通讯,可做为子VI调用直接发送或接受数据,其中包含校验位计算-with omron labview serial communication can be used as sub-VI calls directly send or receive data, which includes parity bit
rs232
- 51单片机与电脑串口通信,无校验位通信,适合单片机初学者-51 SCM and computer serial communication, no parity communication
test
- MFC编写的串口通讯软件,基于Microsoft MSComm控件,可以设置串口号、波特率、数据位、校验位和停止位-MFC prepared by the serial communication software, based on Microsoft MSComm control, you can set the serial number, baud rate, data bits, parity and stop bits
ctrlSerialPortUI
- 用于.Net Framework 的串口UI控件,集成了串口自动扫描,波特率选择、校验位选择、停止位选择等界面元素,方便窗体类程序的开发。-.Net Framework for serial UI control, integrated serial automatic scanning, baud rate, parity bit selection, select stop bit select interface elements, to facilitate the developmen
DiglogMessageBox
- 自己编记得串口程序,主要特点非常灵活,能够自己选择各种波特率、串口、校验位、停止位、数据位-Remember a serial port programming, main characteristic is very flexible, can choose a variety of baud rate, serial port, parity, stop bits, the data bits
WINDEMO
- 最简单的串口通讯程序,让你很快上手!配置串口、波特率、校验位、数据位和停止位,打开串口后可以进行通讯,还能让你学会线程代码的编写。-The most simple serial communication program that lets you get started quickly! Configure the serial port, baud rate, parity, data bits and stop bits after, you can open the port for c
CRC16IBM
- CRC16-IBM格式校验实现,可用于通信校验位计算。(CRC16-IBM implementation, can be used for communication programming as CRC check.)