Replies: 1 comment 1 reply
-
|
Hi @gos-h I'm unable to reproduce your specific issue but at a measurement interval of 100ms (10Hz), you're almost certainly exceeding the capacity of the ZED-F9P's internal and/or external TX output buffers. If you enable the System Monitor widget you can see how much stress the device's transmission buffers are under. Here's a ZED-F9P (HPG 1.51) running at 10Hz and 115200 baud with a full cohort of NMEA, RXM-RAWX and RXM-SFRBX output messages:
You can see the I/O buffer is completely maxed out after approximately 30 seconds of running, and you're starting to see GNTXT You can try the following...
... but in general terms there may be little point in running RAW output at a rate higher than 1 Hz as most GNSS constellations simply don't output raw data that quickly. There are numerous posts on this in the u-blox support forum e.g. https://portal.u-blox.com/s/question/0D52p00008HKCS1CAP/how-to-get-10hz-refresh-rate-on-rawx-message-in-ucenter-windows. What specifically are you looking to achieve here? |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I have been experiencing an elusive problem recently that I am looking for advice on. I am connecting to a u-blox ZED-F9P receiver over USB with PyGPSClient. I am sending the default NMEA messages, as well as RXM-RAWX and RXM-SFRBX messages with a 10Hz observation rate and 1Hz NAV rate.
When I first connect, everything seems alright. However, at some point I will start getting errors where one message will fail the checksum, followed by a string of messages with unknown headers (I'm guessing the software is parsing the incoming bytes wrong and gets out of sync somehow). This is creating big gaps in my data. I have been having difficulty troubleshooting this as it is intermittent and usually takes 30+ minutes to start showing up.
Has anyone experienced this before? I am using a baud rate of 115200 and decent quality USB cables. There shouldn't be anything else attempting to access the COM port.
Beta Was this translation helpful? Give feedback.
All reactions