Code: Select all #!/usr/bin/python from escpos.printer import Usb p = Usb(0x0456, 0x0808, 0, 0x81, 0x03) p.text('Hello World!\n') p.cut() ...
確定! 回上一頁