Re: reading GPS?

Alex Mandel <[email protected]> Tue, 08 Jul 2008 17:08:07 -0700
Newsgroups gmane.comp.python.windows-ce
Message-ID <[email protected]>
Justin Mitchell wrote:
> Any suggestions on where to get started on reading GPS coordinates? 
> Would these be read through the serial interface? I have a Motorola Q9C 
> Smartphone.
> 
> Justin
> 


Yes, do a search through the history of this list for ceserial to get 
the python wrapper around the com ports.

I'm actually working on a GPS tool based on this. I have a sample tool 
that logs anything over com port and specifically is aimed at parsing 
NMEA with a tcl/tk interface right now.

Ideally I just need to contact the ceserial author since the license is 
unclear and see about where we should post this stuff. Maybe a new 
sourceforge project?

Let me know if you need some examples,
Alex