[solved] GPS quit working with RouterOS 6.15

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?

Yes.

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