C# open source NMEA parser [closed]

删除回忆录丶 提交于 2019-12-02 21:04:43

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?

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

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.

Here is another open source library, but written in C++ .

https://code.google.com/p/avr-nmea-gps-library/

You can compile that as a DLL and invoke it from C#. This code was written for microcontrollers, with very little memory and processing power, making this code a very fast alternative.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!