<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic GPS Applications in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/GPS-Applications/m-p/158256#M94271</link>
    <description>I was wondering if anybody had read from a serial port a GPS receiver.In&lt;BR /&gt;particular I wondered if they had read NMEA  strings?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tom &lt;BR /&gt;</description>
    <pubDate>Thu, 14 Oct 2004 06:07:02 GMT</pubDate>
    <dc:creator>Country Loon</dc:creator>
    <dc:date>2004-10-14T06:07:02Z</dc:date>
    <item>
      <title>GPS Applications</title>
      <link>https://ni.lithium.com/t5/LabVIEW/GPS-Applications/m-p/158256#M94271</link>
      <description>I was wondering if anybody had read from a serial port a GPS receiver.In&lt;BR /&gt;particular I wondered if they had read NMEA  strings?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tom &lt;BR /&gt;</description>
      <pubDate>Thu, 14 Oct 2004 06:07:02 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/GPS-Applications/m-p/158256#M94271</guid>
      <dc:creator>Country Loon</dc:creator>
      <dc:date>2004-10-14T06:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: GPS Applications</title>
      <link>https://ni.lithium.com/t5/LabVIEW/GPS-Applications/m-p/158257#M94272</link>
      <description>I have done this before in a previous job.  Unfortunately, I no longer have access to those files or notes.  I do remember finding a website that explained the NMEA codes and strings.  Perhaps do a search on google for NMEA.  You can find the website that explains the strings, and you should be able to find software that runs on a PC that will use the serial port to interface with GPS receivers.  All I can remember is that the strings give info about where the satellites that are picked up are located, the signal strengths, timestamps, info about the satellites, and other stuff.  Usually the software inside the GPS does the triangulation to find your position depending upon signal strengths and satellite locations.  Good luck. &lt;BR /&gt;</description>
      <pubDate>Thu, 14 Oct 2004 15:52:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/GPS-Applications/m-p/158257#M94272</guid>
      <dc:creator>tbob</dc:creator>
      <dc:date>2004-10-14T15:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: GPS Applications</title>
      <link>https://ni.lithium.com/t5/LabVIEW/GPS-Applications/m-p/158258#M94273</link>
      <description>Hello Tom,&lt;BR /&gt;&lt;BR /&gt;Like TBob said the best option is to try searching on google for NMEA. But just to add some more information: &lt;BR /&gt;&lt;BR /&gt;NMEA output is EIA-422A (RS-232 compatible). To communicate over serial use 4800 bps, 8 data bits, no parity and one stop bit. NMEA sentences are all ASCII and begins with a dollarsign ($) and ends with a carriage return linefeed (&lt;CR&gt;&lt;LF&gt;). All data is separated by comma and must be included as marker. After the $ is the address field XXYYY, where XX is the device id and YYY is the sentence name.&lt;BR /&gt;&lt;BR /&gt;I hope it provided some useful information.&lt;BR /&gt;Rajiv &lt;BR /&gt;&lt;/LF&gt;&lt;/CR&gt;</description>
      <pubDate>Thu, 14 Oct 2004 21:25:39 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/GPS-Applications/m-p/158258#M94273</guid>
      <dc:creator>RajivG</dc:creator>
      <dc:date>2004-10-14T21:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: GPS Applications</title>
      <link>https://ni.lithium.com/t5/LabVIEW/GPS-Applications/m-p/158259#M94274</link>
      <description>Hank Walters (Hank.Walters@faa.gov) proposed such a vi, named GARMIN45.VI in 1999.&lt;BR /&gt;I have it, but I can't find a way to post it (too large ?) &lt;BR /&gt;</description>
      <pubDate>Thu, 14 Oct 2004 23:54:52 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/GPS-Applications/m-p/158259#M94274</guid>
      <dc:creator>chilly_charly</dc:creator>
      <dc:date>2004-10-14T23:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: GPS Applications</title>
      <link>https://ni.lithium.com/t5/LabVIEW/GPS-Applications/m-p/158260#M94275</link>
      <description>"chilly charly" &lt;X&gt; wrote in message&lt;BR /&gt;news:50650000000500000073D50100-1079395200000@exchange.ni.com...&lt;BR /&gt;&amp;gt; Hank Walters (Hank.Walters@faa.gov) proposed such a vi, named&lt;BR /&gt;&amp;gt; GARMIN45.VI in 1999.&lt;BR /&gt;&amp;gt; I have it, but I can't find a way to post it (too large ?)&lt;BR /&gt;&lt;BR /&gt;Here is my email address...&lt;BR /&gt;&lt;BR /&gt;gyansorova at yahoo dot co dot uk&lt;BR /&gt;&lt;BR /&gt;If you could email it I would be grateful.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Tom &lt;BR /&gt;&lt;/X&gt;</description>
      <pubDate>Fri, 15 Oct 2004 02:37:00 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/GPS-Applications/m-p/158260#M94275</guid>
      <dc:creator>Country Loon</dc:creator>
      <dc:date>2004-10-15T02:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: GPS Applications</title>
      <link>https://ni.lithium.com/t5/LabVIEW/GPS-Applications/m-p/158261#M94276</link>
      <description>Hi all&lt;BR /&gt;For all of you interested in GPS, the garmin45.vi is available for download in&lt;BR /&gt;http://www.info-labview.org/the-archives/vi/lv5/&lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;Alipio &lt;BR /&gt;</description>
      <pubDate>Fri, 15 Oct 2004 05:39:34 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/GPS-Applications/m-p/158261#M94276</guid>
      <dc:creator>alipio</dc:creator>
      <dc:date>2004-10-15T05:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: GPS Applications</title>
      <link>https://ni.lithium.com/t5/LabVIEW/GPS-Applications/m-p/1560778#M574642</link>
      <description>&lt;P&gt;I tried to understand the parse of GSV as the following drawing, but different from the original one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help, thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2011 10:09:27 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/GPS-Applications/m-p/1560778#M574642</guid>
      <dc:creator>alex.</dc:creator>
      <dc:date>2011-05-16T10:09:27Z</dc:date>
    </item>
  </channel>
</rss>

