Last active
April 27, 2017 06:07
-
-
Save clarkli86/71ee3d5441cdf9dd5aad12f0c2d31184 to your computer and use it in GitHub Desktop.
ublox ubx commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Hardware (watchdog) reset - same as power cycle | |
echo -ne '\xb5\x62\x06\x04\x04\x00\x00\x00\x00\x00\x0e\x64' > $DEVICES | |
# Clear msg and inf settings saved in u-blox | |
echo -ne '\xb5\x62\x06\x09\x0c\x00\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x21\xd7' > $DEVICES |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment