Changes between Version 6 and Version 7 of gps


Ignore:
Timestamp:
05/09/2018 07:03:59 PM (6 years ago)
Author:
Ryan Erbstoesser
Comment:

add info about disabling echo for newport gps serial

Legend:

Unmodified
Added
Removed
Modified
  • gps

    v6 v7  
    8989  * GW6304: /dev/ttyAMA1 [#zoem8q u-blox ZOE-M8Q] 9600bd NMEA 0183 output 1Hz
    9090  * GW6404: /dev/ttyAMA1 [#zoem8q u-blox ZOE-M8Q] 9600bd NMEA 0183 output 1Hz
     91  * Note must disable echo on serial port, Read more in troubleshooting section [#zoem8q here]
    9192 * Ventana:
    9293  * GW5100: /dev/ttymxc0 [#w2sg0008i Wi2Wi W2SG0008i] 4800bd NMEA 0183 output 1Hz
     
    163164 - Faster acquisition time (26s vs 33s)
    164165
     166'''Troubleshooting'''
     167 * The following message may be seen on the GPS line:
     168{{{
     169$GNTXT,01,01,01,NMEA unknown msg*46
     170}}}
     171  * This happens when echo is enabled on the serial line. To disable it, use the following command, adjusting the device in the example below where appropriate:
     172{{{
     173stty -F /dev/ttyAMA1 -echo
     174}}}
     175
    165176
    166177[=#evam8m]