We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
图中选中部分的16进制数据解码的文本应该为下载:0x56,启动:0xF1\n
下载:0x56,启动:0xF1\n
逻辑分析仪采样数据显示时序都是正常的
我个人猜测你们使用了asyncio.sleep()或者定时器之类的东西把字节流切片后再解码,然后切片的时序出错导致解码出现错误。
The text was updated successfully, but these errors were encountered:
可能是这里
COMTool/COMTool/conn/conn_serial.py
Lines 450 to 452 in 2a958d8
Sorry, something went wrong.
No branches or pull requests
在低波特率(例如2400Hz)的情况下解码多字节编码文本,比如UTF-8会发生错误
图中选中部分的16进制数据解码的文本应该为
下载:0x56,启动:0xF1\n
逻辑分析仪采样数据显示时序都是正常的

我个人猜测你们使用了asyncio.sleep()或者定时器之类的东西把字节流切片后再解码,然后切片的时序出错导致解码出现错误。
The text was updated successfully, but these errors were encountered: