On Mon, Jan 21, 2002 at 04:40:16PM -0800, Kim Hock NG wrote:
> Thanks for your reply. We would like to focus on
> software and leave the hardware to other people. Do
> you know where I should look for examples as I only
> need to get locations out of the GPS receiver and I
> dont need the whole of NMEA protocol just a specific
> clause. Did you have experience trying to work the
> interface with PALM OS?

I didn't use NMEA, but the SiRF binary protocol. We also needed only
the coordinates and the code to retrieve those was fairly trivial
to write. I suppose that for NMEA it's even simpler, and you should
find a good deal of examples on the net (as an hint, try to look
at gpsd sources, AFAIK it should handle also NMEA).
At the time I wrote a serial communication abstraction layer, so that
the code to handle the GPS was OS independent. I guess you could do
the same, writing and debugging the code on your development platform
of choince (Unix, Win, ...) and then rewriting only the serial port
handling backend.

Cheers,
Marco

-- 
========================================================================
Marco Pantaleoni                                  [EMAIL PROTECTED]
Padova, Italy                                              [EMAIL PROTECTED]
elastiC language developer                   http://www.elasticworld.org

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to