Shop OBEX P1 Docs P2 Docs Learn Events
GPS NMEA sentences + basic stamp 2sx — Parallax Forums

GPS NMEA sentences + basic stamp 2sx

ArchiverArchiver Posts: 46,084
edited 2002-08-28 04:29 in General Discussion
Hello. Can anyone provide help on how to read complete NMEA
sentences into the basic stamp II sx? The IIsx doesn't have enough
memory to read entire NMEA sentences, so I understand I will need to
concatenate data from 2 different sentences and store it in the
eeprom. However, how do I begin reading in the middle of a NMEA
sentence?

it's easy to detect the start of a sentence, ie:

SERIN, 2, 16884, [noparse][[/noparse]WAIT("$GPGGA"), STR result\24)

but how would I formulate the command to start reading at the middle
of the sentence? Thank you for any help anyone can provide!

chris smith

Comments

Sign In or Register to comment.