From f400ff6519aa05f1ffb9b3e1fd2a0484f4c53522 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 20 Mar 2016 19:35:43 +0100 Subject: [PATCH] CHG: not sure if this clearCommandBuffer helps when sending usbpackages from lua scripts. Having trouble with these usbpackages in 14B code. --- client/lualibs/read14a.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2