projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
CHG: unused variables and remove of compiler warnings.
[proxmark3-svn]
/
client
/
lualibs
/
read14a.lua
diff --git
a/client/lualibs/read14a.lua
b/client/lualibs/read14a.lua
index 10e7c2d4a929b05ba29c9e32e841f569e9d0a8c6..8d2d431fb2c272027519aadc498b7ffa0a2815ef 100644
(file)
--- a/
client/lualibs/read14a.lua
+++ b/
client/lualibs/read14a.lua
@@
-20,7
+20,9
@@
local ISO14A_COMMAND = {
ISO14A_RAW = 8,
ISO14A_REQUEST_TRIGGER = 0x10,
ISO14A_APPEND_CRC = 0x20,
ISO14A_RAW = 8,
ISO14A_REQUEST_TRIGGER = 0x10,
ISO14A_APPEND_CRC = 0x20,
- ISO14A_SET_TIMEOUT = 0x40
+ ISO14A_SET_TIMEOUT = 0x40,
+ ISO14A_NO_SELECT = 0x80,
+ ISO14A_TOPAZMODE = 0x100
}
local ISO14443a_TYPES = {}
}
local ISO14443a_TYPES = {}
@@
-76,7
+78,7
@@
end
-- nil, errormessage if unsuccessfull
local function sendToDevice(command, ignoreresponse)
-- nil, errormessage if unsuccessfull
local function sendToDevice(command, ignoreresponse)
- core.clearCommandBuffer()
+ --core.clearCommandBuffer(
local err = core.SendCommand(command:getBytes())
if err then
print(err)
local err = core.SendCommand(command:getBytes())
if err then
print(err)
Impressum
,
Datenschutz