@小鱼 重新尝试,打开电源开关,电压11v左右,qt界面配置项仍为空,下载烧录固件后,等待五分钟左右时间,重新读取配置项,仍出现如下错误
2023-10-28 05:01:12 > [错误]读取到配置项失败{'error': '串口数据异常,请确认设备在配置模式'}
多次重新配置后出现报错
发送 b'$command=read_config\n' 到 /dev/ttyUSB0
start recv
recv temp:
start recv
Traceback (most recent call last):
File "/fishbot_tool/fishbot_tool/main.py", line 186, in click_scan_config_button
self.scan_device_config()
File "/fishbot_tool/fishbot_tool/main.py", line 146, in scan_device_config
all_configs = config_board(
File "/fishbot_tool/fishbot_tool/fishbot.py", line 21, in config_board
recv = ser.read_all().decode()
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc3 in position 0: invalid continuation byte
显示屏显示如下图