Is is possible to use ZPL and binary data for aztec barcode?
I try BluetoothConnection write to send joined array of String encoded in UTF8 and byte data/
String zplStart;
byte[] aztecData;
String endZpl;
new BluetoothConnection(MAC).write(zplStart.getBytes + aztecData + endZpl);
A expect printed aztec with byte data.