mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-23 12:52:24 +08:00
6 lines
115 B
Lua
Executable file
6 lines
115 B
Lua
Executable file
#!/usr/bin/env lua
|
|
|
|
local pm3 = require("pm3")
|
|
p=pm3.open("/dev/ttyACM0")
|
|
pm3.console(p, "hw status")
|
|
pm3.close(p)
|