<?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 Test is GPS exists? in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/test-is-gps-exists/m-p/363152#M2616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anyone know how to check if the device has a GPS or not? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We'll be running arcpad on several different laptops, some with and some without GPS. I would like to test for the existence of a GPS device before attempting to open an non-existent one and throwing an error message. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I thought about using isObject(GPS) but it looks like the GPS object gets created regardless of whether a GPS exists or not. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Keith&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Oct 2012 13:31:16 GMT</pubDate>
    <dc:creator>KeithGanzenmuller</dc:creator>
    <dc:date>2012-10-04T13:31:16Z</dc:date>
    <item>
      <title>Test is GPS exists?</title>
      <link>https://community.esri.com/t5/arcpad-questions/test-is-gps-exists/m-p/363152#M2616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anyone know how to check if the device has a GPS or not? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We'll be running arcpad on several different laptops, some with and some without GPS. I would like to test for the existence of a GPS device before attempting to open an non-existent one and throwing an error message. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I thought about using isObject(GPS) but it looks like the GPS object gets created regardless of whether a GPS exists or not. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Keith&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 13:31:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/test-is-gps-exists/m-p/363152#M2616</guid>
      <dc:creator>KeithGanzenmuller</dc:creator>
      <dc:date>2012-10-04T13:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Test is GPS exists?</title>
      <link>https://community.esri.com/t5/arcpad-questions/test-is-gps-exists/m-p/363153#M2617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can try to use both, IsOpen property and Open method to check and see if there's a GPS device&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;Dim blnHasGPS If Not Application.GPS.IsOpen Then&amp;nbsp; blnHasGPS = Application.GPS.Open&amp;nbsp; If blnHasGPS Then &amp;nbsp; 'Has a GPS device&amp;nbsp; Else &amp;nbsp; 'Doesn't have a GPS device&amp;nbsp; End If Else&amp;nbsp; 'Already has a GPS device and the communication is established End If&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GPS Object also provides other properties for you to check the signal quality...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 14:54:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/test-is-gps-exists/m-p/363153#M2617</guid>
      <dc:creator>ThaiTruong</dc:creator>
      <dc:date>2012-10-04T14:54:15Z</dc:date>
    </item>
  </channel>
</rss>

