According to Wikipedia, NMEA 0183 (or NMEA for short) is a combined electrical and data specification for communication between marine electronic devices such as echo sounder, sonars, anemometer (wind speed and direction), gyrocompass, autopilot, GPS receivers and many other types of instruments. This article represents an code snippest to parse NMEA sentence to Bluetooth GPS receiver in Symbian C++.
Reading NMEA tokens and receiving the lattitude and longitude of our position on a Bluetooth GPS receiver is described in orderly manner. Both the classes- Nmeaparser and Messageclient are represented in detail with code snippest. The class Messageclient handles/ deals with the NMEA data. All the functions are illusrates with code snippest and comments.
The article can be useful to beginners to study parsing NMEA sentences to Bluetooth GPS Receiver.
--Deepikagohil 13:51, 20 September 2009 (UTC)