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

_transform doesn't work when a NMEA sentence comes in across multiple lines #1

Closed
fabdrol opened this issue Apr 15, 2014 · 0 comments
Closed
Assignees
Labels

Comments

@fabdrol
Copy link
Member

fabdrol commented Apr 15, 2014

The _transform method in lib/index.js doesn't work when NMEA sentences come in across multiple lines. Example: I have a GNS 1000 bluetooth GPS receiver at home, which emits NMEA sentences. However, sometimes a sentence comes in across multiple lines. The Transform stream should recognise this by detecting the beginning of a sentence ($) and the end *xx of a sentence.

I'll take a look at this tonight.

@fabdrol fabdrol added the bug label Apr 15, 2014
@fabdrol fabdrol self-assigned this Apr 15, 2014
fabdrol pushed a commit that referenced this issue Apr 15, 2014
implemented a fix for issue #1
@fabdrol fabdrol closed this as completed Apr 15, 2014
@tkurki tkurki mentioned this issue Feb 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant