summaryrefslogtreecommitdiff
path: root/ubxtool
diff options
context:
space:
mode:
Diffstat (limited to 'ubxtool')
-rwxr-xr-xubxtool2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubxtool b/ubxtool
index 4e4a684f..16990482 100755
--- a/ubxtool
+++ b/ubxtool
@@ -1531,7 +1531,7 @@ class ubx(object):
if VERB_QUIET < opts['verbosity']:
sys.stdout.write("sent:\n")
if VERB_INFO < opts['verbosity']:
- sys.stdout.write(binascii.hexlify(m_all))
+ sys.stdout.write(gps.polystr(binascii.hexlify(m_all)))
sys.stdout.write("\n")
self.decode_msg(m_all)
sys.stdout.flush()