Community discussions

MikroTik App
 
User avatar
donjames
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 87
Joined: Fri Mar 14, 2008 7:07 pm
Location: Henderson, Texas
Contact:

[solved] GPS quit working with RouterOS 6.15

Wed Jun 25, 2014 12:27 am

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
Last edited by donjames on Wed Jun 25, 2014 5:58 pm, edited 1 time in total.
 
Eddie99
just joined
Posts: 12
Joined: Tue Oct 30, 2012 12:35 am

Re: GPS quit working with RouterOS 6.15

Wed Jun 25, 2014 5:07 am

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?
 
User avatar
donjames
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 87
Joined: Fri Mar 14, 2008 7:07 pm
Location: Henderson, Texas
Contact:

Re: GPS quit working with RouterOS 6.15

Wed Jun 25, 2014 5:39 am

Yes.
 
User avatar
donjames
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 87
Joined: Fri Mar 14, 2008 7:07 pm
Location: Henderson, Texas
Contact:

Re: GPS quit working with RouterOS 6.15

Wed Jun 25, 2014 5:57 pm

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