Click here to Skip to main content
15,899,754 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi.. friends..
I want to read data from usb gps.. any help me hoe to read from gps like lat,long ,time etc. with c#
Posted

1 solution

You have tagged your question with ASP.net.

You are aware that any reading you get from a GPS device will be constant and your servers current location? Not your clients location.

GPS devices are usually connected via USB and come with a SDK so you first have to specify the device you are using then consult the documentation with it.

Check the following link also :
Mapping with a GPS and C#[^]
 
Share this answer
 
Comments
Jayname 4-Oct-11 8:15am    
thanks.. ok then tell me how to read data from gps in window application..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900