搜索资源列表
CRC1632
- 本代码为查表法CRC16和CRC32校验的表生成和校验程序。使用此代码可以任意多项式生成CRC16和CRC32的程序。另有文件实现CRC16和CRC32的校验。 使用生成的表格,即可以在嵌入式中实现RAM和ROM区的校验。源程序在MSP430上实现,现整理成通用C版本。-the code look-up table method CYXLIC REDUNDANCY CRC checksum and the table generation and checking procedures. U
Crc16源码4种算法
- CRC16,C语言运算源码,包括四种算法,直接计算法,半查表法,全查表法,双8位表全查表法,适用于工业控制领域校验通讯数据使用,和MODBUS数据校验,在对不同的系统资源的要求环境下,采用不同的算法-CYXLIC REDUNDANCY, C language source computing, including four algorithms, direct calculation method, semi-look-up table method, the whole look-up tab
at89c51rc编程编程函数
- 此为at89c51rc的编程和校验函数,特此提醒:前16K比后16K编程速度要快,此程序晶振为16M。-for programming and checking function, and would like to remind : before the 16K than the 16K speed faster programming, this procedure crystal to 16M.
pc_115k
- //115.2k串行口通信程序,校验方式为简单双向校验, //而且是必要的,因为任何采用中断、crc等的方法 //均很难保证速度和避免错误. //总体速度5KB/秒 //单片机程序 //使用22.1184晶振-/ / 115.2k serial port communication procedures and testing methods for the simple two-way check, / / it is necessary, because any interruption u
seriescommunication
- 两个单片机之间的串口通讯,用C语言实现的,一次发送三个字节,包括参数标号,参数值和校验码,波特率用的是9600,成功率很高.-between the two microcontroller serial communication with the C language, one byte sent three, including the labeling parameters, Calibration values of the parameters and codes, the baud
mcutongxin
- 单片机用485协议进行远程通信的主机程序和从机程序。在差错方面用了“校验和”的办法排除通信干扰,实践证明效果非常。方便大家参考。-SCM agreements with 485 long-distance communications from the host machine procedures and procedures. Error in connection with the "checksum" exclude communications interferen
C51_Programer_Vb
- 编程器人机界面,51单片机选择、擦除、下载编程、校验和读除。-programming for man-machine interface, 51 microcontroller choice, erasure, download programming, in addition to checking and reading.
24LC65
- 〖说明〗24LC65 I2C EEPROM字节读写驱动程序,芯片A0-A1-A2要接VCC。 现缺页写、页读,和CRC校验程序。以下程序经过50台验证,批量的效果有待考 察。 为了安全起见,程序中很多NOP是冗余的,希望读者能进一步精简,但必须经过验 证。
crc8
- 8位crc校验算法,用于单片机编程,包含简单算法和查表算法
C51ckzd
- 通信协议: 第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。
CALLsle4
- 这是调用SLE4442卡汇编程序(SSLE4.ASM)的C51程序, */ /* 文件名为CALLSEL4.C 。 */ /* 功能: 将地址为f0h和f1h主存储器内容读出,看其是否大于300,若大于*/ /* 300,则把读出值减去300,再置入地址为f0h和f1h主存储器中去。*/ /* 若不大于 300,给出报警标志kc1=1。要写存储器,首先必须校验 */ /* 密码,密码校验通过后,方可写入。
CRC16
- 这是一个冗余校验的程序,是CRC16,里面包含了计算法和查表法以及半查表法
USB
- 仿真标准串口,用于升级原串口外围设备,或者通过USB 增加额外串口。 ● 计算机端Windows 操作系统下的串口应用程序完全兼容,无需修改。 ● 硬件全双工串口,内置收发缓冲区,支持通讯波特率50bps~2Mbps。 ● 支持5、6、7 或者8 个数据位,支持奇校验、偶校验、空白、标志以及无校验。 ● 支持串口发送使能、串口接收就绪等传输速率控制信号和MODEM 联络信号。 异步串口/RS232/RS485/RS422 转换并口打印机为USB 打印机 EPP 并口和
piccontrolu2270
- 使用PIC芯片控制U2270读取125KHz ID卡卡号,因为所使用的PIC资源很少,此程序极为精简,包含中断曼切斯特解码和校验全过程,非常实用。-The use of PIC chip control U2270 Read 125KHz ID card number, because the use of PIC scarce resources, this program is extremely streamlined, with interruption of Manchester de
crc
- CRC校验原理 1、循环校验码(CRC码):是数据通信领域中最常用的一种差错校验码,其特征是信息字段和校验字段的长度可以任意选定。 2、生成CRC码的基本原理:任意一个由二进制位串组成的代码都可以和一个系数仅为‘0’和‘1’取值的多项式一一对应。例如:-Principle 1 CRC checksum, cyclic checksum (CRC code): is the data communications of the most commonly used error checki
NRF2401
- TX数据发送程序继续发送TXBUF的RX接收程序接收到的数据时,把从串口发送当前数据。波特率和校验,9600,N1。-TX data, send the program continue to send TxBuf the RX when the received data to receive the program put the current data sent from serial port. Baud rate and parity, 9600, N, 1.
C-source-code-of-embedded-verify
- 嵌入式开发校验最全C源码,包括(CRC8、CRC16查表法及算术法校验、异或和校验、和校验、校验和补码等)、校验工具,校验文档。全部为工程实际项目本人使用的源代码。- Embedded developers the most complete C source code verification, including (CRC8, CRC16 checksum table method and arithmetic method, XOR and parity, and parity, pa
PIC_MODBUS_MASTER
- PIC16F单片机自己写的modbus主机程序有超时和校验处理命令支持03、06已经经过长期测试可用。-PIC16F microcontroller to write their own programs modbus host timeout and check processing commands can be used to support 03, 06 have been tested over a long period.
VisualScope
- 基于串口的虚拟示波器工具,非常好用,支持多种协议格式和校验方式。-Based on the serial port of the virtual oscilloscope tool, very easy to use, support a variety of protocol formats and verification methods.
IAP15F4K-串口通讯-和校验(中断方式)
- 使用单片机实验板,在Keil C开发环境中编写串口发送和接收程序。在串口发送和接收程序中编程增加校验位,使用逻辑分析仪捕捉单片机串口引脚发送和接收数据的波形,并与串口接收和发送的数据进行比较。(Using SCM experiment board, in the Keil C development environment to write serial send and receive program. In the serial sending and receiving program,