|
Posted by Jerry Stuckle on 01/14/08 18:50
ashore wrote:
> Folks, I'm looking to send some coords data to a GPS unit. Any hints
> on how to do that will be mucho appreciado. Info on addressing as
> well as data formats, ... ?
>
> I want to embed this capability in an Open Source PHP package I'm
> writing, so known comm'l products with a similar capability, e.g.,
> TomTom, won't do it, I believe. (But do correct me if I'm wrong on
> this.)
>
> I'm not yet settled on the particular unit, and I understand that the
> stream/protocol may differ brand-to-brand, but I'm just starting to
> look at this so any info wd be useful. Thanks, all.
>
> AS
>
The first question is to find out what kind of interface it takes. If
it's a TCP/IP socket, it would be pretty easy (assuming, of course, it's
compatible with your PC). But if it's something else like a COM port,
it can be much harder.
So start by looking up the technical specs on the units you're
considering.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|