SuperStudio / SuperCom

SuperCom 是一款串口调试工具
GNU General Public License v3.0
487 stars 77 forks source link

期望能在末尾自动添加各种CRC校验字节 #10

Closed CatcaptainTeam closed 11 months ago

CatcaptainTeam commented 1 year ago

很多串口通讯需要在数据帧末尾添加CRC校验字节,手工计算很麻烦,希望软件能自动添加。 比如CRC16,CRC32,ADD8,XOR8,ADD16等。

SuperStudio commented 1 year ago

很多串口通讯需要在数据帧末尾添加CRC校验字节,手工计算很麻烦,希望软件能自动添加。 比如CRC16,CRC32,ADD8,XOR8,ADD16等。

请细说怎么计算

CatcaptainTeam commented 1 year ago

具体的算法需要找一些文档来查看。 网上有些在线工具,能够提供一些验证。 比如: http://xnkiot.com/#/crc

------------------ 原始邮件 ------------------ 发件人: "SuperStudio/SuperCom" @.>; 发送时间: 2023年4月14日(星期五) 晚上10:55 @.>; @.**@.>; 主题: Re: [SuperStudio/SuperCom] 期望能在末尾自动添加各种CRC校验字节 (Issue #10)

很多串口通讯需要在数据帧末尾添加CRC校验字节,手工计算很麻烦,希望软件能自动添加。 比如CRC16,CRC32,ADD8,XOR8,ADD16等。

请细说怎么计算

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

itldg commented 1 year ago

https://github.com/itldg/ITLDG.DataCheck 看看这个符合你的需求不

可以通过nuget安装,应用效果如图

image

CatcaptainTeam commented 1 year ago

谢谢,这些校验足够了。

------------------ 原始邮件 ------------------ 发件人: "SuperStudio/SuperCom" @.>; 发送时间: 2023年9月13日(星期三) 中午11:07 @.>; @.**@.>; 主题: Re: [SuperStudio/SuperCom] 期望能在末尾自动添加各种CRC校验字节 (Issue #10)

https://github.com/itldg/ITLDG.DataCheck 看看这个符合你的需求不

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

itldg commented 1 year ago

谢谢,这些校验足够了。 ... ------------------ 原始邮件 ------------------ 发件人: "SuperStudio/SuperCom" @.>; 发送时间: 2023年9月13日(星期三) 中午11:07 @.>; @.**@.>; 主题: Re: [SuperStudio/SuperCom] 期望能在末尾自动添加各种CRC校验字节 (Issue #10) https://github.com/itldg/ITLDG.DataCheck 看看这个符合你的需求不 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

作者在新的版本中已经加入了此功能,现在已经可以下载预览版体验