BN880/ublox GPS: need hex string to change serial data rate

Hoping someone can help. I don't use Windows so can't use u-Center.
Could some kind soul send me the hex string to change the GPS serial data rate to something higher than 9600? Preferably a couple options above 38,400 to 115,200.
I should be able to send the strings direct from the Arduino.
Thanks -Rob-

Have you seen this:

it works on my Mac and Linux boxes to configure my uBlox ZED-F9P.

No, I hadn't, thanks.
I have installed and played with it a bit but at present I don't have an interface to connect my GPS to my MAC. Is there a way to see the command strings it would send if a GPS were connected? Then I could simply plug them into an Arduino script and send them that way.

I really don't know it well enough to help

Maybe what you need is something in the source file pygpsclient/ubx_port_frame.py

Have a look at this thread. It is for a different module but may still be relevant.

I suggest skipping to the post #22 first and see if you are able to at least send a poll command.

If that works then try a set command to change the baud rate. The thread contains references to a user guide.