Replies: 1 comment
-
Something else is going on; I am withdrawing this report for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I built RC-1.4.27 on a mac, using python from pkgsrc which used tk over x11, and ran it under xquartz. I connected it to an F9P over usb (ardusimple). That worked, functionally, but was slow, partly because that system is very old. I then built on NetBSD in a venv, using python 3.12. I connected the same receiver, and got nothing until I changed baud to 115200. I have a sky view, but nothing further. There are lots of errors in the console window about parsing failures.
I then fired up gpsd, and it read the stream fine, showing skyview with SNR, and position.
Looking at the errors, this jumped out at me:
Example errors
Guessing a bit, there was a read system call asking for 1174, and 872 bytes were returned. That's allowable behavior under POSIX, and doesn't strike me as surprising for a device. I'll have a look at the code, but it seems like another read call should be issued.
Beta Was this translation helpful? Give feedback.
All reactions