LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading serial nmea0183 protocol in labview

Hi,

I am trying to read serial data that uses nmea0183 protocol from a JPI EDM 800. The connector has only 2 wires I believe one is signal and the other ground. Can you please help me to be able to read the data. I have a 9014 cRIO and a NI9205 and NI9870 that can be used to connect, I'm not sure which to use as well. I am using labview 2016. 

 

Thanks

0 Kudos
Message 1 of 2
(108 Views)

Start here: https://www.tronico.fi/OH6NT/docs/NMEA0183.pdf

 

NMEA is very simple 4800-9600 baud serial data sent in ASCII text.

 

You basically need to decide what NMEA "Sentence" you are interested in and parse the text as it arrives.

 

You do not need any special hardware, a USB to Serial adaptor, LabVIEW and NI-VISA is all you need.

 

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 2 of 2
(67 Views)