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

the compiled gps18x code doesn't run for the first time! #5

Open
robyspace opened this issue Jul 12, 2017 · 1 comment
Open

the compiled gps18x code doesn't run for the first time! #5

robyspace opened this issue Jul 12, 2017 · 1 comment
Assignees
Labels

Comments

@robyspace
Copy link

Hey,

Thanks for this awesome library for gps18x. It has greatly helped with my project development. However there is one issue. With the provided position_logger example or my own gps code, the compiled 'C' program terminates itself almost immediately while running from linux terminal. when it runs the second or third or subsequent times, it is running well and getting the gps co-ordinates. I am not able to isolate the behavior causing the error. Can you please help me with this as I need to run my project at startup and everytime my code terminates because of this issue.
Thanks!!

Robert

@wdalmut
Copy link
Owner

wdalmut commented Jul 13, 2017

Hi,

maybe it is a bug of this project (libgps). Reviewing my code i suppose that the UART communication is always at the beginning of line but effetively if i receive a portion o NMEA string the program crashes...

There is bug fix to apply on this project. I doesn't have so much time now. If you fix the library please submit a PR.

Bests

@wdalmut wdalmut self-assigned this Jul 13, 2017
@wdalmut wdalmut added the bug label Jul 13, 2017
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

2 participants