Команда для изменения GPS с SiRF Binary на NMEA Выход

738
FonFinch

У меня есть несколько ноутбуков с SiRFstarV GPS. При включении GPS находится в бинарном режиме SiRF. Кто-нибудь знает команду SiRF, которую я могу отправить, чтобы изменить вывод GPS на NMEA? (через командную строку - выведите ""> COM1)

Я ни в коем случае не программист, и мне трудно понять документацию по двоичному протоколу SiRF для идентификатора сообщения 129. ( https://cdn.sparkfun.com/datasheets/Sensors/GPS/SiRF_Binary_Protocol.pdf )

Изменения, сделанные в SiRF DEMO, не сохраняются после циклов питания.

Спасибо.

0

1 ответ на вопрос

0
Spectre208

The SiRF Binary Protocol contains characters that both cannot be printed by your console and cannot be generated by your keyboard. I would advise to download some terminal program to send hexadecimal characters to the GPS module. The terminal program used for the following instructions is CoolTerm, and can be found here.

To switch to NMEA protocol:

  • Open CoolTerm
  • Adjust the COM settings accordingly, and open the port
  • Open the "Send String..." window found in the "Connection" menu.
  • Select Hex mode
  • Paste the hex string found below into the textbox
  • Press "Send"
  • The "Send String..." window can now be closed. The GPS module should now report messages in the NMEA protocol.

Message ID 129

A0 A2 00 18 81 02 01 01 00 01 01 01 05 01 01 01 00 01 00 01 00 00 00 01 00 00 12 C0 01 65 B0 B3 

Похожие вопросы