I am working on a small application that will run on a Raspberry pi that needs the location from a GPS.
These commands will give the NEMA data from the GPS:
gps = DeviceOpen["Serial", "/dev/serial0"];
p = FromCharacterCode@DeviceReadBuffer[gps]
Parsing out this string data is a possibility. Can anyone point me to NEMA parsing code in Mathematica?
Is there any way to get FindGeoLocation to use a locally attached GPS?