Overview
- Object ID : 2054 (2013-04-09)
- Author : I.Kövesdi | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Language : SPIN
- Categories : Math, Protocol, Sensor
- Licence : Other
Content
This Parallax Serial Terminal (PST) demo application introduces the 'GPS_Str_NMEA_Lite.spin v1.0' and the 'GPS_Float_Lite.spin v1.0' driver objects.
The 'GPS_Str_NMEA_Lite' driver interfaces the Propeller to a GPS receiver. This NMEA-0183 parser captures and decodes RMC and GGA type sentences of the GPS Talker device in a robust way.
The 'GPS_Float' driver object bridges a SPIN program to the strings and longs provided by the basic 'GPS_Str_NMEA_Lite' driver and translates them into long and float values and checks errors wherever appropriate.
These 2 'Lite' objects have standard version at Obex, too.