News:

Welcome on our forum!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - terra-g

#1
yes, NMEA logger.  I can see the variable names but I don't know how to stream ONLY:
"GGA_LATITUDE, GGA_LONGITUDE"
to the output COM port.

I don't want any other data streamed.  It's because my program only wants position data streamed in that format; it doesn't recognice NMEA.
#2
OK, that is helpful.  How do I parse the NMEA string to give ONLY:
"GGA_Latitude, GGA_Longitude"
In that format?

Thanks again!
#3
Hi,

I would like to parse the Lat and Long from an NMEA GGA string coming on COM 1 and then transmit it on COM 2.  Is this possible?  If so, what are the steps/modules I require?  Do I need to use the DDE or OPC Server?

Thanks,

Terry