mg2580支持代码5b00


5B00 700字符的代码如下:
// Set the character limit to 700 characters
// Change the font size and color
printer.setCharSet(‘5B00’);
printer.setCharLimit(700);
printer.setFont(‘1’, ‘A’, ‘2’, ‘2’);
printer.setColor(0, 0, 0);
// Print out the text
printer.println(‘Hello World!’);
【mg2580支持代码5b00】// Cut and eject the paper
printer.cut();
printer.eject();

    推荐阅读