Re: [little OT] GPS on a Pocket PC and maybe in Delphi
From: Charles Stack (charles)
Date: 05/28/04
- Previous message: Chris Trueman: "Re: ANN: ECheckPro 1.0.1"
- In reply to: Tjipke A. van der Plaats: "Re: [little OT] GPS on a Pocket PC and maybe in Delphi"
- Next in thread: Tjipke A. van der Plaats: "Re: [little OT] GPS on a Pocket PC and maybe in Delphi"
- Reply: Tjipke A. van der Plaats: "Re: [little OT] GPS on a Pocket PC and maybe in Delphi"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 28 May 2004 07:57:07 -0400
In the Trimble units, anyway, there are several different modes. Writing
code to work in ASCII mode vs Binary wasn't all that difficult. The binary
mode offers a lot more capability, However, detecting which mode the unit is
in at startup and then switching modes proved a little tricky. The units I
worked with had a battery backup option and some had the settings programmed
into eeprom while others did not.
If you are dealing with NMEA (which offers less options), there are a few on
Delphipages and Torry's.
HTH,
Charles
"Tjipke A. van der Plaats" <info@tiriss.com> wrote in message
news:40b6fae7@newsgroups.borland.com...
> > I did a home-grown solution that communicated with Trible GPS units for
a
> > mapping project in Delphi I was working on. There are commercial
> components
> > out there as well. But, if you have a little free time, some serial
> > components (AsynchPro is what I used) and the manual, you can roll your
> own
> > relatively easily.
>
> Yeah I understood you can access them via a serial port, but then I have
to
> write my own interpreter of NMEA0183. And I thought if I could allready
use
> that code from someone else: that would make my life a lot easier. And I
> wouldnt have to deal with some GPS modules that would give 'strange'
results
> (mabye), because the component could allready take care of that.
>
> You didn't find any strange non standard behaviour in your working with
the
> GPS?
>
> Regards,
>
> Tjipke
>
>
- Previous message: Chris Trueman: "Re: ANN: ECheckPro 1.0.1"
- In reply to: Tjipke A. van der Plaats: "Re: [little OT] GPS on a Pocket PC and maybe in Delphi"
- Next in thread: Tjipke A. van der Plaats: "Re: [little OT] GPS on a Pocket PC and maybe in Delphi"
- Reply: Tjipke A. van der Plaats: "Re: [little OT] GPS on a Pocket PC and maybe in Delphi"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|