Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9311209
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 19, 20262026-06-19T01:18:25+00:00 2026-06-19T01:18:25+00:00

I want retrieve data from my integrated gps hardware..i’ve read more post on stackoverflow

  • 0

I want retrieve data from my integrated gps hardware..i’ve read more post on stackoverflow but i don’t found the c# source code. Thanks a lot…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-19T01:18:26+00:00Added an answer on June 19, 2026 at 1:18 am

    see my GPSsample here http://www.hjgode.de/wp/2010/06/11/enhanced-gps-sample-update/

    The clue to get the raw NMEA data is to use the GPSID direct port. It is encoded in the regitrsy:

            private string GetGPSPort()
        {
            string szStr="";
            if (Registry.GetStringValue(Registry.HKLM,
                            "System\\CurrentControlSet\\GPS Intermediate Driver\\Multiplexer",
                            "DriverInterface",
                            ref szStr)
                == 0)
            {
                return szStr;
            }
            else 
            {
                if (Registry.GetStringValue(Registry.HKLM,
                    "System\\CurrentControlSet\\GPS Intermediate Driver\\Drivers",
                    "CurrentDriver",
                    ref szStr) == 0)
                {
                    string szPath = "System\\CurrentControlSet\\GPS Intermediate Driver\\Drivers\\" + szStr;
                    if (Registry.GetStringValue(Registry.HKLM, szPath, "CommPort", ref szStr) == 0)
                    {
                        return szStr;
                    }
                }
            }
            return "";
        }
    

    The above gives the port name you can use to open and read the RAW NMEA data.

    The above assumes the device supports MS GPSID.

    Further there are two possiblities to use the raw port: a) using Serial communication or b) using a stream. Both access and read methods are used in the full source code available via the web site.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to retrieve data from server using HTTP POST method for my iphone
I want to retrieve the data from MS.Access through list but when run the
I want to retrieve data from sqlite. user can have more than 1 score
I want to retrieve the data from this json url but is gives error.
I have DropDownList with CascadingDropDown extender. If I want to retrieve data from the
I want to retrieve data from two different tables depending of the value of
Hii, I want to retrieve data from sql database and display dynamically in div
I'm working with the data api. I want to retrieve data from a specific
I want to retrieve data from restful webservice that returns xml. I'm using phonegap.
I want to retrieve data from a database with PHP and show it on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.