Page 1 of 2   1 2 > last >>
Bookmark this page: Add Send to GPS   PHP Script  to Yahoo MyWeb Add Send to GPS   PHP Script  to Google Bookmarks Add Send to GPS   PHP Script  to Windows Live Add Send to GPS   PHP Script  to Del.icio.us Digg Send to GPS   PHP Script ! Add Send to GPS   PHP Script  to Netscape
  •  
  • Subject
  • Author
  • Date
If you were  Registered and logged in, you could reply and use other advanced thread options
Posted by ashore on January 14, 2008, 1:12 pm


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

Posted by ZeldorBlat on January 14, 2008, 1:18 pm


> 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

So you're planning on connecting the GPS unit to your web server?

Posted by ashore on January 14, 2008, 1:42 pm


> > Folks, I'm looking to send some coords data to a GPS unit.
> So you're planning on connecting the GPS unit to your web server?

Umm, no, not "connecting". As I said, "send to ... " Yes, I
understand that http is a connection-based protocol, and I expect to
wind up with something like a UDP transmission by the server. Thanks
for yr interest.

-AS

Posted by Jerry Stuckle on January 14, 2008, 1:50 pm


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
==================


Posted by ashore on January 14, 2008, 3:33 pm


> 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.
Guys, if I was looking for DUH! stuff like that I'd go to my local
retail shop. Please!

AS

Page 1 of 2   1 2 > last >>