'globals
dim mySatelites as list
myStatelites.initialize
Sub GPS_GpsStatus (Satellites As List)
mySatelites=Satelites
End Sub
sub show Satelites
DIM RESULT AS INT
result = InputList(mySatelites, "Satelitesfound",-1)
end sub
this should work, or do you mean specific satelite data?
There is a GPS event "GpsStatus" that has a parameter that is a List of GpsSatellite objects. Dim a GpsSatelite object and assign to it from one of the list entries.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.