解决上位机协议中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

@@ -288,6 +288,8 @@ public:
virtual myarray ret_slave_to_pc(QList<myarray> data)=0;
public slots:
void slave_end_slot(int addr,int ack, slave_data data);
protected:
void slave_sort();
protected:
QList<myarray> slave_acked;
int slave_acked_num;