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

Getting the whole string #104

Open
Pookalton opened this issue Sep 30, 2022 · 1 comment
Open

Getting the whole string #104

Pookalton opened this issue Sep 30, 2022 · 1 comment

Comments

@Pookalton
Copy link

Is there anyway to get the last complete whole NMEA string received?

Thought there might be an easy way to see the raw output besides printing and passing the last received byte around.

-Pook

@TD-er
Copy link
Contributor

TD-er commented Sep 30, 2022

There where you feed the parser a character, you can append it to a String
When this function returns true, a complete sentence is read, so you can print your string too and clear it.

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

No branches or pull requests

2 participants