ce151_readme.txt

来自「说明:Modbus等协议中需要CRC校验码」· 文本 代码 · 共 28 行

TXT
28
字号
                     Readme File for Code Example:
               CE151 - CRC Generation
               ---------------------------------------------------

This file contains the following sections:
1. Code Example Description
2. Folder Contents
3. Suggested Development Resources
4. Reconfiguring the project for a different dsPIC33F device
5. Revision History


1. Code Example Description:
----------------------------

In this code examples, CRC module is used to generate CRC for input data.


CRC_Calc_ChecksumWord()
This function calculates CRC checksum for the data provide by the user, based on the polynomial set
in the CRCXOR Register.

2. Folder Contents:
-------------------
This folder contains the following sub-folders:
a. C:\Program Files\Microchip\MPLAB C30\support\gld
        This folder will have the device GLD file, it is used for building the project. 
	This file was provided with the MPLAB

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?