解决上位机协议中crc校验错误依然执行命令的问题

赋码仪新检测赋码命令测试成功
  解决找不到槽任务返回值的bug
  从机返回数据按地址排序
  解决从机无返回时报错异常通道与实际不符的bug
This commit is contained in:
ranchuan
2023-12-26 18:05:20 +08:00
parent 593cdbabdc
commit 8e7f3347d9
10 changed files with 84 additions and 18 deletions

View File

@@ -262,7 +262,7 @@ public:
}
// pc回复命令,返回0不回复
int cmd_pc_ret(){
return 0x82;
return 0x91;
}
// 从机返回转pc
myarray ret_slave_to_pc(QList<myarray> data);