GPS ( was: Dead BS2 ???)
Archiver
Posts: 46,084
Hi Ralph,
GPS data is in ASCII, right? So I think you'd want:
if latA(0)<"2" then in_range
Something like that?
Regards,
Al Williams
AWC
This week only: save up to 70% on PAKs -- details at
http://www.al-williams.com/awce
>
Original Message
> From: Ralph Rogers [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=C3sQqZntApm5-PSz7_xjD06TpG-5JGMx71h1-NioOLx73n1WBlcv7mEn4rEyGtINpqWnymvZtGxzzVsC-A]fdcsouth@9...[/url
> Sent: Thursday, May 18, 2000 8:36 PM
> To: basicstamps@egroups.com
> Subject: Re: [noparse][[/noparse]basicstamps] Dead BS2 ???
>
>
> Hi Al
>
> Quick code question
> I am receiving and storing gps data as this:
> latA var byte(4) etc...
> I want to write ....if latA(0)<2 then in_range
> it doesnot work, any help
GPS data is in ASCII, right? So I think you'd want:
if latA(0)<"2" then in_range
Something like that?
Regards,
Al Williams
AWC
This week only: save up to 70% on PAKs -- details at
http://www.al-williams.com/awce
>
Original Message
> From: Ralph Rogers [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=C3sQqZntApm5-PSz7_xjD06TpG-5JGMx71h1-NioOLx73n1WBlcv7mEn4rEyGtINpqWnymvZtGxzzVsC-A]fdcsouth@9...[/url
> Sent: Thursday, May 18, 2000 8:36 PM
> To: basicstamps@egroups.com
> Subject: Re: [noparse][[/noparse]basicstamps] Dead BS2 ???
>
>
> Hi Al
>
> Quick code question
> I am receiving and storing gps data as this:
> latA var byte(4) etc...
> I want to write ....if latA(0)<2 then in_range
> it doesnot work, any help
Comments
Ralph
Original Message
From: Al Williams <alw@a...>
To: <basicstamps@egroups.com>
Sent: Friday, May 19, 2000 9:17 AM
Subject: [noparse][[/noparse]basicstamps] RE: GPS ( was: Dead BS2 ???)
> Hi Ralph,
>
> GPS data is in ASCII, right? So I think you'd want:
>
> if latA(0)<"2" then in_range
>
> Something like that?
>
> Regards,
>
> Al Williams
> AWC
> This week only: save up to 70% on PAKs -- details at
> http://www.al-williams.com/awce
>
> >
Original Message
> > From: Ralph Rogers [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=0wm0WkpC4cPbh9L68dcDjnriF59JtbAGglxqHz_DVaHXoUGczSk8EX2tpLY_n7opEcqexEEIVCA6-fq6E7U]fdcsouth@9...[/url
> > Sent: Thursday, May 18, 2000 8:36 PM
> > To: basicstamps@egroups.com
> > Subject: Re: [noparse][[/noparse]basicstamps] Dead BS2 ???
> >
> >
> > Hi Al
> >
> > Quick code question
> > I am receiving and storing gps data as this:
> > latA var byte(4) etc...
> > I want to write ....if latA(0)<2 then in_range
> > it doesnot work, any help
>
>
>
>
>