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

7 lines
104 B
Python
Executable file

#!/usr/bin/env python3
import pm3
p=pm3.open("/dev/ttyACM0")
pm3.console(p, "hw status")
pm3.close(p)