数据线58mm的下划线命令,384点/线蓝牙打印机的android

时间:2017-11-03 03:16:49

标签: android thermal-printer bluetooth-printing

我正在尝试使用我的datamini打印机打印出一些文本。我想要打印完整的水平下划线。首先,我正在遵循蓝色竹子的指南(尽管它的公司不同,但我没有得到datamini的指南): http://www.londatiga.net/downloads/P25_Development_Guide_V3.9(2012-12-31).pdf

其次我一直在尝试这些:

        String test2="sometext";
        byte[] arrayOfByte1 = { 0x27, 0x33, 0x00 };
        byte[] format = { 0x27, 0x33, 0x00 };

        format[2] = ((byte)(0x80 | arrayOfByte1[2]));

        mmOutputStream.write(format);
        mmOutputStream.write(test2.getBytes(),0,test2.getBytes().length);

我从Format text in bluetooth printer退出了

1 个答案:

答案 0 :(得分:0)

我无法获得我的答案的实际代码。但我已经通过写一些---------来管理一些我需要强调的地方。