Newbie help, Navman 4400 code
I recently purchased a Navman 4400 GPS device and would like to use it on my laptop. I have read from other threads that people have sucessfully connected this device to a Bluetooth dongle on thier laptop and used it with different mapping software. What I am curious is if anyone has written thier own code for querying the gps device for thier position? I do not want to use any mapping software but write my own code using the position queried from the GPS device. Has anyone been able to do this?
does it speak nmea? there is a wealth of code out in the wild for querying position/info/etc from nmea devices (most GPSen do speak that in one mode or another)
I am pretty sure it does, from what I have read from other forums. I just have not been able to find any code (even simple code) that connects to a NMEA device and make simple queries.
Has anyone done anything similar to this in windows?
NMEA is a one way protocol. You can use your favorite terminal app to connect to it. It should show up as a virtual serial port in some fashion, whether it's labeled as that or not. In win32, fire up hyperminal. Maybe minicom in linux or something like that. 4800,8,n,1 are the settings you're going to want to use probably. Once you've opened the right port, and your GPS is functioning properly, it should cough up a whole bunch of stuff every second or so, with no input from the user necessary.
There is various software out there for reading basic GPS data. If you'd like, I could slap something together using the GPS modules I've written for my WiGLE client software. Just let me know, and I'll put something together for you if needed.
There is various software out there for reading basic GPS data. If you'd like, I could slap something together using the GPS modules I've written for my WiGLE client software. Just let me know, and I'll put something together for you if needed.
Brad Isbell
brad@musatcha.com
http://www.musatcha.com
[img]http://www.musatcha.com/images/logo.jpg[/img]
brad@musatcha.com
http://www.musatcha.com
[img]http://www.musatcha.com/images/logo.jpg[/img]
I was able to connect to it with some Java code that I wrote. Thanks for you willingness to help though, much appreciated.
Return to “Net Hugging Hardware and Software”
Who is online
Users browsing this forum: Ahrefs [Bot] and 4 guests