How to read data from a GPS
I just got a GPS and wondered how I could read from it in Visual Basic.
I never tried to recieve data from an external device before.
I looked on the internet and found out how to analyse the data once I recieved it from the GPS.

How to read data from a GPS
Paventhan
It really depends on how the GPS connects to your computer - if it is connected via a Serial port, the following topic should get you started:
http://msdn2.microsoft.com/en-us/library/7ya7y41k.aspx
Many GPS devices come with software for the PC that allow you to download the GPS data. If that is the case, you would need to contact the GPS manufacturer to see if they support custom programming against the GPS data.
Hope this helps,
Steve Hoag
Visual Basic Express
cicorias
Steve Hoag
James Siwula