Venom Code Snippet: gps-snippet.vnm
This program 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.
The code in the window below is displayed with syntax highlighting, as in
VenomIDE.
If you want use the code it is best to copy or download the file from here: gps-snippet.vnm.
See more code snippets here.