mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-06 21:11:33 -07:00
6 lines
130 B
Lua
Executable file
6 lines
130 B
Lua
Executable file
#!/usr/bin/env lua
|
|
|
|
local pm3 = require("pm3")
|
|
p=pm3.device("/dev/ttyACM0")
|
|
--p.console("hw status") ??
|
|
p.console(p, "hw status")
|