Final driver rating: 9/10. Would install again. Probably will, on my next computer.
def qr_code(self, data, size=6): """Print QR code""" self._write(b'\x1D\x28\x6B\x03\x00\x31\x43' + bytes([size])) pl = len(data) + 3 plh = pl & 0xFF pll = (pl >> 8) & 0xFF self._write(b'\x1D\x28\x6B' + bytes([plh, pll, 0x31, 0x50, 0x30]) + data.encode('cp437')) self._write(b'\x1D\x28\x6B\x03\x00\x31\x51\x30')
Click if the option is available to auto-detect the assigned port.
Run the installation script using root privileges: sudo ./install.sh .
Under the printer series dropdown, select or 80mm Series (The XP-N160II belongs to the 80mm thermal printer family). Set the Interface Port:
Double-click the Setup.exe file. If Windows asks for permission (User Account Control), click
Final driver rating: 9/10. Would install again. Probably will, on my next computer.
def qr_code(self, data, size=6): """Print QR code""" self._write(b'\x1D\x28\x6B\x03\x00\x31\x43' + bytes([size])) pl = len(data) + 3 plh = pl & 0xFF pll = (pl >> 8) & 0xFF self._write(b'\x1D\x28\x6B' + bytes([plh, pll, 0x31, 0x50, 0x30]) + data.encode('cp437')) self._write(b'\x1D\x28\x6B\x03\x00\x31\x51\x30')
Click if the option is available to auto-detect the assigned port.
Run the installation script using root privileges: sudo ./install.sh .
Under the printer series dropdown, select or 80mm Series (The XP-N160II belongs to the 80mm thermal printer family). Set the Interface Port:
Double-click the Setup.exe file. If Windows asks for permission (User Account Control), click