<?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: How to access/connect GPS device in Arc Engine environment in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-access-connect-gps-device-in-arc-engine/m-p/67852#M1828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you looked at the example you will notice two options for the application.&amp;nbsp; GPS device and simulator.&amp;nbsp; Look at the GPS device portion.&amp;nbsp; It will show you how to create a GPS connection, test it to make sure it's working, and set it to a GPS feed.&amp;nbsp; With the GPS feed, you can set it to the realtimefeed in the realtimefeedmanager instead of using the simulated feed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know the example is for ArcEngine 9 version and in VB6 but the way to connect to a GPS device, get the feed and display on the map is probably the same in ArcEngine 10.&amp;nbsp; Obviously, I could be wrong since I did this in ArcEngine 9.3.1 but I am willing to bet you can use the same approach in ArcGIS 10.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Sep 2011 15:54:49 GMT</pubDate>
    <dc:creator>SteveFang</dc:creator>
    <dc:date>2011-09-21T15:54:49Z</dc:date>
    <item>
      <title>How to access/connect GPS device in Arc Engine environment</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-access-connect-gps-device-in-arc-engine/m-p/67849#M1825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to access/connect GPS device in ArcGIS Engine environment ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know i can do as &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;RealTimeFeedManager&amp;nbsp; m_realTimeFeedManager = new RealTimeFeedManagerClass();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;m_realTimeFeedManager.RealTimeFeed = m_realTimeFeedManager.RealTimeFeedSimulator as IRealTimeFeed;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But this is with simulater. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How I can get realtime coordinated form GPS device. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to create this in &lt;/SPAN&gt;&lt;STRONG&gt;ArcGIS Engine&lt;/STRONG&gt;&lt;SPAN&gt; enviroment and With &lt;/SPAN&gt;&lt;STRONG&gt;ARC GIS 10 &lt;/STRONG&gt;&lt;SPAN&gt;version&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;some working example would be very great &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Girish&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 16:44:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-access-connect-gps-device-in-arc-engine/m-p/67849#M1825</guid>
      <dc:creator>girishkumar</dc:creator>
      <dc:date>2011-09-20T16:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to access/connect GPS device in Arc Engine environment</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-access-connect-gps-device-in-arc-engine/m-p/67850#M1826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Check out this sample code from ESRI.&amp;nbsp; I used it as reference for a project.&amp;nbsp; The code is in VB6 so you will need to convert it to .Net code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/9.3/ArcGISEngine/com_cpp/samples/com/Applications/GPSNavigator/faf0845a-931d-4c2f-bb99-bb0bf6776e7f.htm"&gt;http://resources.esri.com/help/9.3/ArcGISEngine/com_cpp/samples/com/Applications/GPSNavigator/faf0845a-931d-4c2f-bb99-bb0bf6776e7f.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 19:34:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-access-connect-gps-device-in-arc-engine/m-p/67850#M1826</guid>
      <dc:creator>SteveFang</dc:creator>
      <dc:date>2011-09-20T19:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to access/connect GPS device in Arc Engine environment</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-access-connect-gps-device-in-arc-engine/m-p/67851#M1827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have seen this before. It is with Simulator and For 9.0 version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am looking for ARC GIs 10 and specific to Engine Environment&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Girish&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 14:05:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-access-connect-gps-device-in-arc-engine/m-p/67851#M1827</guid>
      <dc:creator>girishkumar</dc:creator>
      <dc:date>2011-09-21T14:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to access/connect GPS device in Arc Engine environment</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-access-connect-gps-device-in-arc-engine/m-p/67852#M1828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you looked at the example you will notice two options for the application.&amp;nbsp; GPS device and simulator.&amp;nbsp; Look at the GPS device portion.&amp;nbsp; It will show you how to create a GPS connection, test it to make sure it's working, and set it to a GPS feed.&amp;nbsp; With the GPS feed, you can set it to the realtimefeed in the realtimefeedmanager instead of using the simulated feed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know the example is for ArcEngine 9 version and in VB6 but the way to connect to a GPS device, get the feed and display on the map is probably the same in ArcEngine 10.&amp;nbsp; Obviously, I could be wrong since I did this in ArcEngine 9.3.1 but I am willing to bet you can use the same approach in ArcGIS 10.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 15:54:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-access-connect-gps-device-in-arc-engine/m-p/67852#M1828</guid>
      <dc:creator>SteveFang</dc:creator>
      <dc:date>2011-09-21T15:54:49Z</dc:date>
    </item>
  </channel>
</rss>

