Skip to content

Instantly share code, notes, and snippets.

@clarkli86
Last active April 27, 2017 06:07
Show Gist options
  • Save clarkli86/71ee3d5441cdf9dd5aad12f0c2d31184 to your computer and use it in GitHub Desktop.
Save clarkli86/71ee3d5441cdf9dd5aad12f0c2d31184 to your computer and use it in GitHub Desktop.
ublox ubx commands
# 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