mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-06 20:41:35 +08:00
6 lines
113 B
Lua
Executable file
6 lines
113 B
Lua
Executable file
#!/usr/bin/env lua
|
|
|
|
local pm3 = require("pm3")
|
|
p=pm3.device("/dev/ttyACM0")
|
|
p:console("hw status")
|
|
print(p.name)
|