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