更新了Tag的字段属性和Can配置的修复

This commit is contained in:
2025-01-06 10:06:36 +08:00
parent 3a5674054d
commit e5ebd9113a
11 changed files with 166 additions and 54 deletions

View File

@@ -675,6 +675,8 @@ namespace CapMachine.Wpf.CanDrive
//关闭设备
USB_DEVICE.USB_CloseDevice(DevHandle);
OpenState = false;
IsCycleRevice = false;
IsCycleSend = false;
}
}