RRG-Proxmark3/client/client_with_swig/testembedded.py

6 lines
98 B
Python
Executable file

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