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
串口返回数据过长的时候会发生分两次返回,请问有什么好的办法解决呢
The text was updated successfully, but these errors were encountered:
SerialPortReadThread这里
SerialPortReadThread
public SerialPortReadThread(InputStream inputStream) { mInputStream = inputStream; mReadBuffer = new byte[1024]; }
1024改成更大的数值
Sorry, something went wrong.
No branches or pull requests
串口返回数据过长的时候会发生分两次返回,请问有什么好的办法解决呢
The text was updated successfully, but these errors were encountered: