是否可以将 ZPL 和二进制数据用于 aztec 条码?
我尝试 BluetoothConnection 写入以发送以 UTF8 编码的字符串连接数组和字节数据/
String zplStart;
byte[] aztecData;
String endZpl;
new BluetoothConnection(MAC).write(zplStart.getBytes + aztecData + endZpl);
一个期望打印的带有字节数据的阿兹台克。
是否可以将 ZPL 和二进制数据用于 aztec 条码?
我尝试 BluetoothConnection 写入以发送以 UTF8 编码的字符串连接数组和字节数据/
String zplStart;
byte[] aztecData;
String endZpl;
new BluetoothConnection(MAC).write(zplStart.getBytes + aztecData + endZpl);
一个期望打印的带有字节数据的阿兹台克。