projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
MINOR CHG: help text change for the "lf t55xx config" command. change NZ into NRZ
[proxmark3-svn]
/
client
/
scripts
/
test_t55x7_ask.lua
diff --git
a/client/scripts/test_t55x7_ask.lua
b/client/scripts/test_t55x7_ask.lua
index 569d4260e50a20ff52932c1302725a74291031fe..153a01ba974077047f34f926e32278f4d230faad 100644
(file)
--- a/
client/scripts/test_t55x7_ask.lua
+++ b/
client/scripts/test_t55x7_ask.lua
@@
-27,8
+27,8
@@
The outlined procedure is as following:
Loop:
change the configuretion block 0 with:
Loop:
change the configuretion block 0 with:
- -xx 00 xxxx = RF/8
- -xx 04 xxxx = RF/16
+
-xx 00 xxxx = RF/8
+
-xx 04 xxxx = RF/16
-xx 08 xxxx = RF/32
-xx 0C xxxx = RF/40
-xx 10 xxxx = RF/50
-xx 08 xxxx = RF/32
-xx 0C xxxx = RF/40
-xx 10 xxxx = RF/50
@@
-95,6
+95,7
@@
end
function test()
local y
function test()
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[_]
@@
-107,7
+108,7
@@
function test()
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