projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
split hid demod/awid demod to respective files
[proxmark3-svn]
/
client
/
scripts
/
test_t55x7_fsk.lua
diff --git
a/client/scripts/test_t55x7_fsk.lua
b/client/scripts/test_t55x7_fsk.lua
index f42dd147065bf3ecad825936b99aa4041e757a19..c9c1f09cefad904f3eea94301584624e4e8a82a9 100644
(file)
--- a/
client/scripts/test_t55x7_fsk.lua
+++ b/
client/scripts/test_t55x7_fsk.lua
@@
-92,6
+92,7
@@
end
function test(modulation)
local y
function test(modulation)
local y
+ local block = "00"
for y = 0x0, 0x1d, 0x4 do
for _ = 1, #procedurecmds do
local pcmd = procedurecmds[_]
for y = 0x0, 0x1d, 0x4 do
for _ = 1, #procedurecmds do
local pcmd = procedurecmds[_]
@@
-104,7
+105,7
@@
function test(modulation)
dbg(('lf t55xx write 0 %s'):format(config))
config = tonumber(config,16)
dbg(('lf t55xx write 0 %s'):format(config))
config = tonumber(config,16)
- local writecmd = Command:new{cmd = cmds.CMD_T55XX_WRITE_BLOCK,
arg1 = config
}
+ local writecmd = Command:new{cmd = cmds.CMD_T55XX_WRITE_BLOCK,
arg1 = config, arg2 = block, arg3 = "00", data = "00"
}
local err = core.SendCommand(writecmd:getBytes())
if err then return oops(err) end
local response = core.WaitForResponseTimeout(cmds.CMD_ACK,TIMEOUT)
local err = core.SendCommand(writecmd:getBytes())
if err then return oops(err) end
local response = core.WaitForResponseTimeout(cmds.CMD_ACK,TIMEOUT)
Impressum
,
Datenschutz