mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-03-30 21:15:41 +00:00
8 lines
104 B
Python
Executable File
8 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)
|