|
@@ -751,6 +751,10 @@ class DeviceControl(BaseClass, metaclass=SingletonType):
|
|
|
# asyncio.gather(getBaseInfo())
|
|
# asyncio.gather(getBaseInfo())
|
|
|
else:
|
|
else:
|
|
|
print("串口无法识别")
|
|
print("串口无法识别")
|
|
|
|
|
+ self.sendSocketMessage(
|
|
|
|
|
+ code=1,
|
|
|
|
|
+ msg="串口无法识别,请重新插拔拍照机USB", data=message_data, device_status=-1
|
|
|
|
|
+ )
|
|
|
# 走其他途径处理
|
|
# 走其他途径处理
|
|
|
|
|
|
|
|
# 检查当前MCU链接是否正常
|
|
# 检查当前MCU链接是否正常
|