Python package for the raster language protocol of the Brother QL series label printers
GNU General Public License v3.0
26
stars
10
forks
source link
QL-800: Printer response doesn't start with the usual header #34
Closed
paolobarbolini closed 1 year ago
Hello, first of all thank you for making this fork.
When I initially tried to print it gave me an
Invalid argument
error, so I've patched this line to use2
instead ofself.write_dev
.I'm trying to print with the QL-800 on ArchLinux but I'm getting a
Printer response doesn't start with the usual header (80:20:42)
error.If I comment out this check in the code I instead get the following error and nothing gets printed:
What could I try next?