Embedded Controller Technology

Micro-Robotics home page

this site web
NEWS

Using the Protocol Analyser with GPS (NMEA) data

The code shown below (colour highlighted as it would be displayed in the Venom IDE editor) reads NMEA data from a GPS device on serial port 2 and interprets the $GPRMC sentence, ignoring other sentences. It illustrates several ways of use the Protocol Analyser Object, including use of the CSV parser, as NMEA data is a form of CSV.

DOWNLOAD this code (copying and pasting from the window below is not recommended)

Top Top
Top Top
Top Top