|
|
|
|
NMEA is a standard protocol, use by GPS receivers to transmit
data. NMEA 0183 sentences are all ASCII. Each sentence begins with a dollarsign
($) and ends with a carriage return linefeed (<CR><LF>). Data is
comma delimited. All commas must be included as they act as markers. Some GPS do
not send some of the fields.
In this example we will set up an import specification which will allow us to read an ASCII file containing Lat/Lon coordinates in NMEA 0183 RMC sentence format. Other sentence formats such as RMB, CGA, and RMA can be read in a similar fashion.
NMEA 0183 RMC format This example also includes an IOP file (import specification file) for reading NMEA 0183 RMC sentences. |
|||
|
|
|||
| Softree Technical Systems Inc. |
www.softree.com |
| Contact us at mail@softree.com |
Return to the Softree Homepage. |