-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gpsd reconfigured my GPS making it unusable on Windows #144
Comments
I found how to do the -b switch. $ sudo nano /etc/default/gpsd GPSD_OPTIONS="-n -b" |
Thanks for the report. Not running Windows, I haven't run into this. You are the first to report the problem. Should be easy enough to add the extra switch in the next version. |
I loaded BAP from scratch and edited the config file after BAP completed
its work but before I rebooted the Pi. That worked. Gpsd did not alter
the configuration on my GPS. I am able to move my GPS between the Pi and
Windows.
Thanks for doing this. It will really help in the future. For now, I am
training my students (from my radio club) on how to alter the config file
before gpsd takes over. A lot of them are just learning Pi and Linux, and
most still use Windows regularly. I will be able to show them how to set
up YAAC on both BAP and their Windows computers.
…--Bill AA6BD
On Sun, Sep 20, 2020 at 11:52 AM KM4ACK ***@***.***> wrote:
Thanks for the report. Not running Windows, I haven't run into this. You
are the first to report the problem. Should be easy enough to add the extra
switch in the next version.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#144 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACMFZH5LOAKCHDZELT3PO3SGZFPRANCNFSM4RTXIEFQ>
.
|
Glad you got it figured out. This will be resolved in the next beta version. 3.0.4 beta was just released so it will be the version after that. Out of curiosity, what did you do to remedy the GPS to work with Windows again? |
I followed the instructions at
https://spotwise.com/2014/11/26/switch-bu-353-to-nmea-mode/
I had to stop gpsd and reboot in order to get the commands to work but then
they worked perfectly.
…--Bill AA6BD
On Mon, Sep 21, 2020 at 4:48 PM KM4ACK ***@***.***> wrote:
Glad you got it figured out. This will be resolved in the next beta
version. 3.0.4 beta was just released so it will be the version after that.
Out of curiosity, what did you do to remedy the GPS to work with Windows
again?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#144 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACMFZC4O3FESAEVJSRHL23SG7Q43ANCNFSM4RTXIEFQ>
.
|
Thanks for the link. I have cross posted this to the forum as well. |
The -b switch has been added to the gpsd file - https://github.com/km4ack/pi-scripts/blob/master/gpsd |
Thanks,
…--Bill
On Thu, Sep 24, 2020 at 7:12 AM KM4ACK ***@***.***> wrote:
The -b switch has been added to the gpsd file -
https://github.com/km4ack/pi-scripts/blob/master/gpsd
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#144 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACMFZAC5LCMSA2BCFX4KALSHNHUHANCNFSM4RTXIEFQ>
.
|
I connected my BU-353S4 USB GPS to BAP and found that it works fine there. with YAAC But when I moved it to Windows, I found that it would not work. YAAC's author told me that you must start gpsd with the -b switch so that gpsd will not change the configuration of the GPS but will leave it working as a NEMA-0183 device which is compatible with Windows. So far, I have not found a way to un-do the reconfiguration, so my GPS can not be used with Windows.
The text was updated successfully, but these errors were encountered: