proxmark3/client/lib/example_py/test.py
2020-06-14 21:56:02 +02:00

6 lines
109 B
Python
Executable file

#!/usr/bin/env python3
import pm3
p=pm3.pm3("/dev/ttyACM0")
p.console("hw status")
print("Device:", p.name)