Skip to content
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

Add getTimeout() call to ATParser. Add payload for RX callback in BufferedSerial. #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

janjongboom
Copy link

@janjongboom janjongboom commented Jul 31, 2017

Because the way the ringbuffer works it's not possible to get the underlying buffer in the RX IRQ callback because then ATParser will miss characters. By adding the character as a parameter to the RX callback you can get the data in the callback, and ATParser will not miss anything (because you can implement another independent buffer).

@geky @sarahmarshy

@janjongboom
Copy link
Author

Ping @geky @sarahmarshy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant