mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-16 01:10:04 +08:00
6 lines
103 B
Python
Executable file
6 lines
103 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
import pm3
|
|
p=pm3.open("/dev/ttyACM0")
|
|
pm3.console(p, "hw status")
|
|
pm3.close(p)
|