Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Access Serial GPS Device

Status
Not open for further replies.

PulsarSL

Programmer
Jul 4, 2005
24
NO
Hello. I have a DeLorme Earthmate serial GPS device. I'd like to write a C# program that grabs the current lat/lon. Does anybody have any clue how I could do this??

Thanks
PulsarSL
 
Unless DeLorme provides a software development kit for .NET, you will need detailed information about the DeLormes communitcations protocol (packet size, command structure, etc.) Also you will need a 3rd party serial communications package or write your own.

Here's info on serial communication:
Jeff
[purple]It's never too early to begin preparing for [/purple]International Talk Like a Pirate Day

I was not born cynical - I earned my cynicism through careful observation of the world around me.
 
GPS.NET looks like exactly what you need. I'd call it a pretty reasonable price for what it's doing. IT handles all the communications and does device discovery for choosing a protocol.

Jeff
[purple]It's never too early to begin preparing for [/purple]International Talk Like a Pirate Day

I was not born cynical - I earned my cynicism through careful observation of the world around me.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top