Project

General

Profile

Bug #450

104s接收对时命令处理失败

Added by yufeng wu over 4 years ago. Updated over 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
03/19/2020
Due date:
% Done:

0%

Estimated time:
Defect version:

Description

memcpy(&tm104,&recvdata.databuf[recvdata.headP+DC_D_HEADLEN+2],sizeof(CP56Time2a));
2字节信息体,统一改为3字节信息体,由h头文件的宏统一处理
改为
memcpy(&tm104,&recvdata.databuf[recvdata.headP+DC_D_HEADLEN+DC_D_INFOADDRLEN],sizeof(CP56Time2a));

History

#1

Updated by yufeng wu over 4 years ago

  • Status changed from New to Resolved

Also available in: Atom PDF