mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-25 09:48:34 +03:00
sniffer.py: Write out every received char
This commit is contained in:
@@ -60,6 +60,6 @@ def sniff():
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
print e
|
print e
|
||||||
|
|
||||||
if len(ans) >= 15:
|
if len(ans) >= 1:
|
||||||
print("".join("%02x " % b for b in ans))
|
print("".join("%02x " % b for b in ans))
|
||||||
ans = array.array('B', [])
|
ans = array.array('B', [])
|
||||||
|
|||||||
Reference in New Issue
Block a user