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

USB #1

Open
emilpedersen opened this issue Aug 22, 2018 · 1 comment
Open

USB #1

emilpedersen opened this issue Aug 22, 2018 · 1 comment

Comments

@emilpedersen
Copy link

Would it be possible to make it work with USB to TTL?

I have the Adafruit Ultimate GPS and FTDI Serial TTL-232 USB Cable.
If I use 'cgps -s' on the Raspberry Pi I can see the data.

@uraimo
Copy link
Owner

uraimo commented Aug 22, 2018

Very likely that it works, since the MTK3339 should use the same NMEA0183 protocol and the usb adapter shouldn't alter the output of the device.

If they've implemented at least the $GPRMC,$GPGGA and $GPGSV verbs the library should have all the data it needs.
The protocol is a bit redundant so you could retrieve the data you need from one or more of the other verbs even if they didn't implement the exact same set of commands.
Can you let me know if this works so that I can update the readme accordingly?

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

2 participants