LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to sent config messages to GPS

Hi, 

   I want to sent configration messages to GPS module and read the corresponding responses from it? How can I sent config messages to GPS in labview?

 

0 Kudos
Message 1 of 4
(921 Views)

You need to read the H/W manual for the GPS module you have to see what protocol it uses.

CLD; LabVIEW since 8.0, Currently have LabVIEW 2015 SP1, 2018SP1 & 2020 installed
0 Kudos
Message 2 of 4
(890 Views)

What sort of GPS module? What make and model? How is it connected to your computer? Serial, TCP/IP, PCIe card?

Rolf Kalbermatter
My Blog
0 Kudos
Message 3 of 4
(864 Views)

Every GPS that I have worked with were NMEA compatible and don't require any type of query to get information out.

 

They just constantly transmit NMEA Sentences at regular intervals.

 

What sentences and how often they are sent is totally dependent what sentences the manufacturer decided to support and how often they decided to send them. 

 

The "NMEA default" for GPS serial communications is 4800 baud 8 bit No parity 1 stop bit. But newer GPS can often be set to transmit at a high baud rate.

 

You will have to consult your GPS manual for any settings that can be set and how to set them. 

========================
=== Engineer Ambiguously ===
========================
Message 4 of 4
(860 Views)