搜索资源列表
AVR单片机CRC校验码的查表与直接生成.zi
- AVR单片机CRC校验码的查表与直接生成-AVR monolithic integrated circuit CRC verification code Zha Biao with directly produces
数据传输的CRC校验
- 单片机通信或者远距离数据传输系统中做CRC校验的c源程序。可以嵌入到系统中直接运用。-SCM communication or remote data transmission system so CRC c source. Can be embedded directly into the system use.
crc校验源码分析
- 这是CRC校验源码的分析,让你更了解CRC校验的原理-This is the CRC-source analysis and let you know more about the principles of the CRC
8位C51CRC校验原程序
- 8位C51,CRC校验原理单片机编程原程序-eight C51, CRC principles SCM original programming procedures
串口发送modbus协议CRC校验
- 串口发送modbus协议CRC校验低字节(若为查表所得数据为高字节,其实为CRC的低字节)-serial modbus connection agreement low byte CRC (if available for look-up table for the high-byte data, In fact, for low-byte CRC)
STC12C5A60S2_MODBUS-RTU-CRC RTU通信CRC校验程序
- 基于STC12C系列单片机的 MODBUS RTU通信CRC校验程序,并且包含头文件,可以直接套用.-Microcontroller series based STC12C MODBUS RTU communication CRC check program, and include the header file, can be directly applied.
sdcard
- sd卡代码,周立功 SD/MMC 卡读写模块: 相关工具函数 ---- CRC校验-sdcrc.c Soft Packet of SD Card Driver: tool funcitons about sd card---- crc check
c51crc
- 51系列单片机CRC校验程序-51 series monolithic integrated circuit CRC check routine
crcm
- crc 校验,vhdl源码,经仿真能正常运行,供大家参考-CRC checksum, vhdl source, the simulation can be normal operation, for your reference
CRC
- 查表方式CRC校验,要点是:1速度快,缺点:代码大一些。-CRC checksum table approach, the main points are: 1 speed
CRC
- 单片机开发,检验码生成器,用于生成CRC校验-MCU development, test code generator, used to generate a CRC checksum
CRC-jiaoyan
- 如何理解MODBUS通讯协议中的RTU模式下的CRC校验的具体方法,这篇文章会给你清楚的解释-doc
crc
- crc校验,是用于编码中的一种校验方法,这是书本中学习的方法-crc check is a check for the encoding method, which is the method book to learn
CRC
- 循环冗余校验(CRC)模块设计 循环冗余校验(CRC)模块设计-Cyclic Redundancy Check (CRC) module design cyclic redundancy check (CRC) module design cyclic redundancy check (CRC) module design
CRC
- CRC校验参考设计Verilog代码 包括所有代码-Verilog code for CRC check reference design includes all the code
CRC
- MODBUS RTU协议的仪表通信时需要进行CRC校验,单片机可以用此程序生成CRC校验码,多项式是0xA001 所用单片机为STC15系列单片机,不过CRC生成过程很简单,通用的51单片机都可以生成(MODBUS RTU protocol instrument communication needs CRC verification, SCM can use this procedure to generate CRC checksum, the polynomial is 0xA001
crc
- 两段地址组合的crc校准程序,length1 start_addr1的校验长度,length2 start_addr1+start_addr2的总的检验长度(Two section address combination of CRC calibration procedures, length1 is the start_addr1 checksum length, length2 is the start_addr1+start_addr2 the total length of the t
CRC-8校验
- CRC8校验的程序参考,用于数据传输的校验(CRC8 check, for the data transfering process to check the data.)
1
- 软件滤波算法,适用于ADC数据采集处理。CRC校验码计算代码(Software filtering algorithm, is suitable for data processing)
CRC校验单片机C源码
- CRC校验单片机C源码,供MODBUS程序使用