mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-13 16:00:02 +08:00
6 lines
129 B
Lua
Executable file
6 lines
129 B
Lua
Executable file
local pm3 = require("pm3")
|
|
ctx=pm3.init()
|
|
p=pm3.open(ctx, "/dev/ttyACM0")
|
|
pm3.console(p, "hw status")
|
|
pm3.close(p)
|
|
pm3.exit(ctx)
|