We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Related to this bug : SignalK/signalk-server#1645
CanboatJS seems to discard NMEA0183 sentences when there contain Tag Blocks. Examples :
\s:serial,c:1696759211*3D\$MXPGN,01F200,2838,00441FFFFF7FFFFF*12 \s:serial,c:1696759212*3E\$MXPGN,01F214,6824,03BA0A0A00FFFF73*1C \s:serial,c:1696759212*3E\$MXPGN,01F214,6824,0283050C00FFFF73*63 \s:serial,c:1696759212*3E\$PCDIN,01F200,B35A7B99,38,003A1FFFFF7FFFFF*2A \s:serial,c:1696759212*3E\$PCDIN,01F201,B35A79DF,38,00FFFFFFFFDB8D6E05FF7FC80D4800FFFFFFFF7F000000007F7F*29 \s:serial,c:1696759212*3E\$PCDIN,01F214,B35A7A3B,E0,008805FF7FFFFF7E*51 \s:serial,c:1696759212*3E\$PCDIN,01F214,B35A7A3B,E0,0183055500FFFF7E*2A
Without Tag Blocks, these sentences are correctly understood by CanboatJS.
The text was updated successfully, but these errors were encountered:
fix: handle 0183 messages with v4 tag blocks
e83ef40
fixes #257
fix: handle 0183 messages with v4 tag blocks (#258)
c23b1f9
@macjl fix released in v2.5.5 , can you try it out?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hello,
Related to this bug : SignalK/signalk-server#1645
CanboatJS seems to discard NMEA0183 sentences when there contain Tag Blocks. Examples :
Without Tag Blocks, these sentences are correctly understood by CanboatJS.
The text was updated successfully, but these errors were encountered: