From: iceman1001 Date: Sun, 20 Mar 2016 18:35:43 +0000 (+0100) Subject: CHG: not sure if this clearCommandBuffer helps when sending usbpackages from lua... X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/f400ff6519aa05f1ffb9b3e1fd2a0484f4c53522?ds=inline CHG: not sure if this clearCommandBuffer helps when sending usbpackages from lua scripts. Having trouble with these usbpackages in 14B code. --- diff --git a/client/lualibs/read14a.lua b/client/lualibs/read14a.lua index 943a1722..8d2d431f 100644 --- a/client/lualibs/read14a.lua +++ b/client/lualibs/read14a.lua @@ -78,7 +78,7 @@ end -- nil, errormessage if unsuccessfull local function sendToDevice(command, ignoreresponse) - core.clearCommandBuffer() + --core.clearCommandBuffer( local err = core.SendCommand(command:getBytes()) if err then print(err)