[kismac] Re: Tripmate
- From: Chris Osborn <fozztexx@xxxxxxxxxxxx>
- To: kismac@xxxxxxxxxxxxx
- Date: Fri, 20 Jun 2003 09:23:29 -0700 (PDT)
On Thu, 19 Jun 2003, Chris Osborn wrote:
> Index: GPSController.m
> ===================================================================
> RCS file: /home/cvs/KisMAC/GPSController.m,v
> retrieving revision 1.2
> diff -r1.2 GPSController.m
> 190c190,192
> < if(strncmp(gpsbuf, "$GPGGA", 6) == 0) {
> ---
> > if(!strncmp(gpsbuf, "ASTRAL", 6)) {
> > write(fd, "ASTRAL\r", 7);
> > } else if(strncmp(gpsbuf, "$GPGGA", 6) == 0) {
Woo! It worked! I found where the SoundController was still being called
and commented it out, and it linked and ran. It said the version was .04e,
which was puzzling since I expected the CVS version would be .05, but
whatever.
When I left for work it was saying "Position is not reliable" but by the
time I got to work it had stopped doing that. Nothing ever showed up on
the Map tab though. I thought it would plot coordinates on the screen. Do
I have to find a map from somewhere and load it first?
- Follow-Ups:
- [kismac] Re: Tripmate
- From: ard . jonker
Other related posts:
- » [kismac] Re: Tripmate
- » [kismac] Re: Tripmate
- » [kismac] Re: Tripmate
- » [kismac] Re: Tripmate
- [kismac] Re: Tripmate
- From: ard . jonker