-
Notifications
You must be signed in to change notification settings - Fork 96
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
Timed wait for response after resetting the module #216
Comments
A good way would be to call I'm not sure where is the best place to put this. It feels like something to do directly after the library class was instantiated. In the constructor is not possible because the Stream object was not That leaves us to have a timeout on the first call to readLine(), and then setting a static flag disabling further timeouts. This however doesn't seem like an elegant solution. Any other suggestions? |
How about in |
Communication should be checked at the beginning of all public functions that can be called first. Someone might for example call Maybe we should add a function |
Right, then maybe an |
To know whether there's actually a working module wired and the serial has begun communicating.
See #210 (comment)
The text was updated successfully, but these errors were encountered: