Click here to Skip to main content
15,884,473 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
i am working on Google maps v3 (optimized)in Asp.net.

i wanted to design a Gps program using NMEA Serial port device
(which generates this sentence;
$GPGSA,M,3,05,25,12,29,10,02,,,,,,,2.6,1.5,2.1*34
$GPGSV,3,1,11,05,69,067,23,25,53,244,19,29,45,322,31,12,42,197,16*7C
$GPGSV,3,2,11,02,34,056,30,26,16,130,,21,15,266,,10,11,041,27*78
$GPGSV,3,3,11,15,09,164,,18,02,215,,47,,,*79
$GPRMC,073433.000,A,3238.5195,N,07410.0257,E,0.00,0.0,291111,,*38
$GPVTG,0.0,T,,M,0.00,N,0.0,K*50
$GPGGA,073434.000,3238.5195,N,07410.0257,E,1,06,1.5,237.7,M,,,,0000*0B
$GPRMC,073434.000,A,3238.5195,N,07410.0257,E,0.00,0.0,291111,,*3F

which i wanted to integrate with my Google map api v3 in c# or vb.net project.
my problem is that i am really stuck at Gps Device integration within Asp.net code file.i am unable to understand How can i call the Google map v3 into my code file and How to open Serial comm port. and set my NMEA sentence with the google map v3..
any help will b appreciated.i am not much good in programming..doing my studies and this one as my Final project.

Here is the device Information(its a plug n play device)
Origin Korea
Model Number GS-216
Brand Name Korea Gstar

GPSmouse Receiver GS-216M
Chip can choose to use: SIRF3, MTK3318 and MTK latest 3329 chip; 2. Interface customized according to your demand: RS232, USB port, PS2 port, aviation connector, etc.; 3. TTL level can choose, or RS232 4. Wire length usually between 0.5-5 meters optional 5. low power consumption, receiver sensitivity and tracking of high sensitivity, convenient disassembly
Product Images | Product Photo

Product Description | Product Information
Name of G-MOUSE GS-216M main parameters
Chipset MTK3329 chip
Sensitivity-164DB
Power search: 65MA
After positioning: 35MA
Appearance Dimensions 59 (L) * 47 (W) * 16 (H)
Weight 14 g
C operating temperature -40 ° C ---- +60 ° C
C Storage Temperature -40 ° C ---- +85 ° C
Operating Voltage 5V (VDC)
Satellite Channel 32
Location Update 1 seconds
Positioning time (average) Hot start: 1 sec
Warm start: 33 seconds
Cold start: 36 seconds
Positioning Accuracy Position: 10 meters CEP (CEP)
Speed: .0.1 m / s
Time: 1 microsecond
Use of Altitude: less than 18,000 meters
Speed: less than 515 meters / sec
Output format TTl, RS-232, USB
Data output (nmea0183) GPGGA, GPGSA, GPGSV, GPRMC, GPVTG, GPGLL optional.
Earth's Coordinate System WGS84
Transfer rate 4800,9600,38400 optional
Combo antenna connection module with an external antenna port (USB, serial port DB9, PS2, S-Video, aviation connector)
Backup battery lithium battery
Module Connection Cable 6PIN



Thanks in advance,
Haroon
Posted
Updated 28-Nov-11 20:37pm
v4
Comments
Student union 29-Nov-11 2:43am    
i already av plug n play drivers of it in windows xp and i can test my device in hyper terminal, it works perfectly. as i have searched on internet a lot about NMEA sentence #parse functions. but i aint got any proper thing.Thanks again !

1 solution

I think you're trying to accomplish something that's not possible.

Your ASP.NET web pages are a server-based technology.

Your GPS with serial interface is a client-based technology.

What you can do is find a Windows driver for your GPS and then your browser can use the Location Sensing API to send information about your location to the server.
 
Share this answer
 

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