Title: Interpreting NMEA messages Post by: ctrenholm on March 27, 2015, 11:00:00 AM I'm receiving GPS location messages and I need to interpret the messages accurately in order log the messages to an MS SQL dB. As an example, I am receiving messages like the following:
79$PKNDS,170221,V,2503.7197,N,12138.4115,E,,408.5,130111,3.5,W00,U10349,207,00,*04 80$PKNDS,181511,A,4557.6866,N,06638.5490,W,000.0,000.0,071011,18.9,W00,U10359,207,00,*14 81$PKNDS,181516,A,4557.6753,N,06638.5472,W,000.0,000.0,071011,18.9,W00,U10352,207,00,*1D I want to log directly via ODBC to SQL and I have most of this sorted out however I am having a problem binding the data fields to the correct dB cells. Can anyone help me figure out the bindings? Title: Re: Interpreting NMEA messages Post by: Arthur Grasin on April 01, 2015, 10:00:00 AM This is a proprietary NMEA message and format of this message depends of a vendor of this device.
Title: Re: Interpreting NMEA messages Post by: brizey on December 29, 2017, 02:00:00 PM Were you able to get this working? I am looking towards doing the same sentence.
Title: Re: Interpreting NMEA messages Post by: Arthur Grasin on January 19, 2018, 02:00:00 PM Can you point us to a description of this message?
|