I can print labels, but I could not query the situation.
TSPLConnectionClient tsplConnectionClient = new USBConnectionClient((short) 4611);
tsplConnectionClient.addDataListener(new DataListener() {..}
tsplConnectionClient.init();
tsplConnectionClient.connect();
tsplConnectionClient.send(TSPLStatusPollCommands.STATUS.getCommand() + LF);
The printer device has been authorized. MODE="0666"
What I'm doing wrong?