log.trace("Start of Run: " + runs);
nfcipConnection.send(data);
totalSend += data.length;
log.info("Send: " + data.length + " Runs: " + runs);
byte[] receive = nfcipConnection.receive();
log.info("Response: " + receive.length);
log.trace("End of Run: " + runs);
}
nfcipConnection.send(new byte[0]);