mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-05 23:17:58 +08:00
7 lines
110 B
Lua
7 lines
110 B
Lua
|
#!/usr/bin/env lua
|
||
|
|
||
|
local pm3 = require("pm3")
|
||
|
p=pm3.pm3("/dev/ttyACM0")
|
||
|
p:console("hw status")
|
||
|
print(p.name)
|