Access and read to nmea sentences

Joined
Jun 23, 2018
Messages
1
Reaction score
0
Hello friends
I have a Montana 680 GPS device and I want to access nmea sentences from a Visual Basic program. Does anyone know how to code for it.

Thank you very much for your help.
 
Last edited by a moderator:
NMEA sentences are output in readable ASCII text format, e.g. :-
Code:
GPRMC,220516,A,5133.82,N,00042.24,W,173.8,231.8,130694,004.2,W*70

There is some info. on the syntax here :-
http://aprs.gids.nl/nmea/
 

Members online

No members online now.
Back
Top