【发布时间】:2019-05-08 16:38:18
【问题描述】:
aztec 条码可以使用 ZPL 和二进制数据吗?
我尝试 BluetoothConnection 写入以发送以 UTF8 编码的字符串连接数组和字节数据/
String zplStart;
byte[] aztecData;
String endZpl;
new BluetoothConnection(MAC).write(zplStart.getBytes + aztecData + endZpl);
A 期望打印带有字节数据的 aztec。
【问题讨论】:
-
你能添加一个二进制数据的例子吗?
标签: java zpl aztec-barcode