Am looking for C# open source NMEA parser.

link|improve this question

feedback

4 Answers

up vote 4 down vote accepted

Well, I'm not familiar with it myself, but some quick searches show one on CodeProject, which links to 2 other such, here and here. Any of those help?

link|improve this answer
feedback

check out sharpGPS . there are several other gps and nmea related projects o codeplex too

link|improve this answer
feedback

FWIW, it's not hard (10-40 LOC) to parse the basic ones your self. If you find you need to do this, here is a link with some useful info.

link|improve this answer
feedback

One more (support several devices) http://www.codeproject.com/KB/cs/NMEAParser.aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.