<?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 Re: Suggestions on an extrenal gps that works with Windows Store on Surface in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/suggestions-on-an-extrenal-gps-that-works-with/m-p/369950#M4392</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We've had good luck with the Holux receives as well - seem to do the job. Also, I know Trimble just came out with a new received - the Trimble R1 I think - that looks pretty nice. Connects with Bluetooth and can be used with many different devices, like phones and tablets and computers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mike...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Feb 2015 22:04:13 GMT</pubDate>
    <dc:creator>MichaelHamsa</dc:creator>
    <dc:date>2015-02-24T22:04:13Z</dc:date>
    <item>
      <title>Suggestions on an extrenal gps that works with Windows Store on Surface</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/suggestions-on-an-extrenal-gps-that-works-with/m-p/369944#M4386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone suggest an external gps (Bluetooth and/or USB) that works with the Surface and Windows Store location services provider?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 16:38:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/suggestions-on-an-extrenal-gps-that-works-with/m-p/369944#M4386</guid>
      <dc:creator>SimonFisher</dc:creator>
      <dc:date>2015-02-10T16:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Suggestions on an extrenal gps that works with Windows Store on Surface</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/suggestions-on-an-extrenal-gps-that-works-with/m-p/369945#M4387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any Bluetooth GPS will work if it uses NMEA export format (I believe all of them usually do). You would have to use my NMEA parser library for this though and create a custom location provider &lt;A href="https://github.com/dotMorten/NmeaParser" title="https://github.com/dotMorten/NmeaParser"&gt;dotMorten/NmeaParser · GitHub&lt;/A&gt; . See the wiki for how to hook it up:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/dotMorten/NmeaParser/wiki/Using-in-a-Windows-Store-App" title="https://github.com/dotMorten/NmeaParser/wiki/Using-in-a-Windows-Store-App"&gt;Using in a Windows Store App · dotMorten/NmeaParser Wiki · GitHub&lt;/A&gt; &lt;A href="https://github.com/dotMorten/NmeaParser/wiki/Creating-a-location-provider-for-ArcGIS-Runtime-SDK" title="https://github.com/dotMorten/NmeaParser/wiki/Creating-a-location-provider-for-ArcGIS-Runtime-SDK"&gt;https://github.com/dotMorten/NmeaParser/wiki/Creating-a-location-provider-for-ArcGIS-Runtime-SDK&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/dotMorten/NmeaParser/wiki/Creating-a-location-provider-for-ArcGIS-Runtime-SDK" title="https://github.com/dotMorten/NmeaParser/wiki/Creating-a-location-provider-for-ArcGIS-Runtime-SDK"&gt;Creating a location provider for ArcGIS Runtime SDK · dotMorten/NmeaParser Wiki · GitHub&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With USB GPS, the waters are a lot murkier. The Serial port support is severely limited in Windows Store, and requires the USB to use a very specific USB-to-serial driver to work - I actually have yet to see any that uses that driver (so I haven't even tried it but there are samples on MSDN showing how to read the data stream from such a device). So if you go that route, you must be sure the device provides a Win8.1 compatible location service driver, and then it'll "just" work with the built-in location provider.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 17:18:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/suggestions-on-an-extrenal-gps-that-works-with/m-p/369945#M4387</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2015-02-10T17:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Suggestions on an extrenal gps that works with Windows Store on Surface</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/suggestions-on-an-extrenal-gps-that-works-with/m-p/369946#M4388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Morten.&amp;nbsp; I really don't want to have to implement a &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;custom location provider and the&lt;/SPAN&gt; NMEA parser library if I don't have to, but at least that's an option.&amp;nbsp; If anyone does come across an external Bluetooth or USB GPS device that will just work automatically with the built in location provider please share it.&amp;nbsp; I have done some research on the web and haven't been able to find anything except for a lot of people complaining that they can't get any external GPS to work with Win Store Apps on Surface, only desktop apps on Pro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 18:29:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/suggestions-on-an-extrenal-gps-that-works-with/m-p/369946#M4388</guid>
      <dc:creator>SimonFisher</dc:creator>
      <dc:date>2015-02-10T18:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Suggestions on an extrenal gps that works with Windows Store on Surface</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/suggestions-on-an-extrenal-gps-that-works-with/m-p/369947#M4389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simon: You don't have to implement anything. I've already done it for you &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 18:37:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/suggestions-on-an-extrenal-gps-that-works-with/m-p/369947#M4389</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2015-02-10T18:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Suggestions on an extrenal gps that works with Windows Store on Surface</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/suggestions-on-an-extrenal-gps-that-works-with/m-p/369948#M4390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;True, you have done all the hard work, I guess it wouldn't be that difficult for me to copy and paste code &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 19:02:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/suggestions-on-an-extrenal-gps-that-works-with/m-p/369948#M4390</guid>
      <dc:creator>SimonFisher</dc:creator>
      <dc:date>2015-02-10T19:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Suggestions on an extrenal gps that works with Windows Store on Surface</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/suggestions-on-an-extrenal-gps-that-works-with/m-p/369949#M4391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just had a chance to borrow a &lt;A href="http://www.holux.com/JCore/en/products/products_content.jsp?pno=340" title="http://www.holux.com/JCore/en/products/products_content.jsp?pno=340"&gt;Holux GPSlim236&lt;/A&gt; and try it out with. It worked like a charm for both Windows Store and Windows Desktop (on a Surface Pro 3) and on my Lumia 1020 phone. I updated the store/phone sample app to include code that connects to a Bluetooth GPS (just uncomment the line that loads it up).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a side note: I've had big problems with the "Surface Pro 1" and it's Bluetooth device - it often won't correctly connect or lose connection constantly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 21:48:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/suggestions-on-an-extrenal-gps-that-works-with/m-p/369949#M4391</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2015-02-24T21:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Suggestions on an extrenal gps that works with Windows Store on Surface</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/suggestions-on-an-extrenal-gps-that-works-with/m-p/369950#M4392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We've had good luck with the Holux receives as well - seem to do the job. Also, I know Trimble just came out with a new received - the Trimble R1 I think - that looks pretty nice. Connects with Bluetooth and can be used with many different devices, like phones and tablets and computers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mike...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 22:04:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/suggestions-on-an-extrenal-gps-that-works-with/m-p/369950#M4392</guid>
      <dc:creator>MichaelHamsa</dc:creator>
      <dc:date>2015-02-24T22:04:13Z</dc:date>
    </item>
  </channel>
</rss>

