Page 1 of 1

[solved] GPS quit working with RouterOS 6.15

Posted: Wed Jun 25, 2014 12:27 am
by donjames
Hi,

I just updated my RB751 to RouterOS 6.15 and the gps quit working. I have a USGlobalSat model BU-353 gps receiver that plugs into the usb port.

I have update the router firmware and the gps still doesn't work.

Can someone tell me something to try to get this thing to work?


Sincerely,

Don James

Re: GPS quit working with RouterOS 6.15

Posted: Wed Jun 25, 2014 5:07 am
by Eddie99
Hi,

I just updated my RB751 to RouterOS 6.15 and the gps quit working. I have a USGlobalSat model BU-353 gps receiver that plugs into the usb port.

I have update the router firmware and the gps still doesn't work.

Can someone tell me something to try to get this thing to work?


Sincerely,

Don James
Hi,
Open winbox
In System/Packages is gps enabled?

Re: GPS quit working with RouterOS 6.15

Posted: Wed Jun 25, 2014 5:39 am
by donjames
Yes.

Re: GPS quit working with RouterOS 6.15

Posted: Wed Jun 25, 2014 5:57 pm
by donjames
Here is a gps initialization script that works:
/system gps set enabled=no
:delay 15;
/port set 0 baud-rate=4800 parity=odd
:delay 15;
/port set 0 baud-rate=4800 parity=odd
/system gps set enabled=yes port=usb set-system-time=no
Regards,

Don James