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

Returning large number of Error 1 responses #5

Open
wesgood opened this issue Jul 17, 2021 · 1 comment
Open

Returning large number of Error 1 responses #5

wesgood opened this issue Jul 17, 2021 · 1 comment

Comments

@wesgood
Copy link

wesgood commented Jul 17, 2021

Very neat library! I was able to pull depth and temperature data from my transducer and Arduino MEGA but I'm finding that there are many different error outputs for the temperature string. How can I debug or check the full string being sent for the temperature sentence? How does the library determine that a character is out of place?

@wesgood
Copy link
Author

wesgood commented Jul 17, 2021

I used a repeater code to output Serial1 data to the monitor and this an example of all 3 sentences:

$SDDPT,3.9,*73
$SDDBT,13.1,f,3.9,M,2.1,F*3C
�⸮⸮�⸮59f⸮�⸮6S�V⸮

The depth values (first 2 are correct) but the 3rd is gibberish and I suspect this is what is throwing the library for a loop. Any suggestions for checking the data?

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

1 participant