-
-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
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
Serial callback problem #1214
Labels
Comments
slaff
pushed a commit
to slaff/Sming
that referenced
this issue
Nov 22, 2017
without advancing the internal stream pointers. Fixes: SmingHub#1214.
slaff
pushed a commit
to slaff/Sming
that referenced
this issue
Nov 22, 2017
without advancing the internal stream pointers. Fixes: SmingHub#1214.
slaff
pushed a commit
to slaff/Sming
that referenced
this issue
Nov 22, 2017
without advancing the internal stream pointers. Fixes: SmingHub#1214.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I send garbage data to serial module work unstable. I have tested sample project and there is the same behaviour. For instance with Basic_rBoot example it is enought to send
qwertyuiopasdfghjklzxcvbnm
string to fool module. It looks like there is problem with flushing data.below is log with added
added into serialCallBack.
Sming 3.3.0, module ESP8266-01
The text was updated successfully, but these errors were encountered: