ublox GPS strange characters interspersed with NMEA output

寵の児 提交于 2020-01-25 00:26:04

问题


I am using a ublox GPS for a data acquisition application. The device is outputting NMEA on a virtual COM port.

The NMEA output works just fine. But between the NMEA messages strange characters are interspersed. See screenshot below from Realterm with setting "Ascii".

Can somebody tell me what this is? And ideally what commands I would need to send to the device to disable this output?


回答1:


You should disable the UBX binary protocol. The NMEA and UBX messages are interleaved on the same port. This can be done by sending UBX-CFG-PRT message disabling the UBX output protocol on your port. You can use the handy u-center application avaiable from u-blox website to perfrom this task. An alternative is to reflash the device or remove the backup battery. It should default back to NMEA only.



来源:https://stackoverflow.com/questions/55831738/ublox-gps-strange-characters-interspersed-with-nmea-output

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!