mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-05 23:17:58 +08:00
7 lines
109 B
Python
7 lines
109 B
Python
|
#!/usr/bin/env python3
|
||
|
|
||
|
import pm3
|
||
|
p=pm3.pm3("/dev/ttyACM0")
|
||
|
p.console("hw status")
|
||
|
print("Device:", p.name)
|