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
对于上位机在什么时候会将所需变量数据发送到单片机上并不明确,可以增加发送记录显示 关于以下情况是否会发送存在疑问: 1、在串口打开前已经选好了变量,打开串口时是否会进行一次发送? 2、增减变量时,是否会将显示的所有变量信息同步到单片机,还是只会同步被修改的变量?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
对于上位机在什么时候会将所需变量数据发送到单片机上并不明确,可以增加发送记录显示
关于以下情况是否会发送存在疑问:
1、在串口打开前已经选好了变量,打开串口时是否会进行一次发送?
2、增减变量时,是否会将显示的所有变量信息同步到单片机,还是只会同步被修改的变量?
The text was updated successfully, but these errors were encountered: