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

ERROR : 1 #1

Open
stefy63 opened this issue Oct 24, 2019 · 0 comments
Open

ERROR : 1 #1

stefy63 opened this issue Oct 24, 2019 · 0 comments

Comments

@stefy63
Copy link

stefy63 commented Oct 24, 2019

i, a implement the library in my project that read NMEA sentence from WiFI, This is code:
....
while (client.available()) {
String Sentence = client.readStringUntil('\r');
int len = Sentence.length() + 1;
char WindSentence[len];
Sentence.toCharArray(WindSentence, len);
for (uint8_t i = 0; i <= strlen(WindSentence); i++) {
parser << WindSentence[i];
}
}
........

And i recive only error.
the sentence in question is : $WIMWV,243.7,T,64.8,N,A*1D
but this is the response:

  • Error : 1
    *** Error : 1
    *** Error : 1
    *** Error : 1

$WIMWV,243.7,T,64.8,N,A*1D
*** Error : 1

$WIMWD,243.7,T,243.7,M,64.8,N,33.3,M*53
*** Error : 1

$WIMWV,271.0,R,64.0,N,A*15
*** Error : 1

$IIMTW,5.4,C*22
*** Error : 1

$SDDPT,59.6,01*42
*** Error : 1

Have you any idea?

Thank's
Stefano

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