masatomizuta / py-brotherlabel

Raster print package for Brother P-Touch label printers
GNU General Public License v3.0
12 stars 7 forks source link

Tested OK on P910BT USB #5

Open zougloub opened 2 months ago

zougloub commented 2 months ago

I tested with USB connexion, usb://0x04f9:0x20c7.

There's a few advanced things that aren't supported by this printer, as per its documentation (for example high resolution isn't supported; it only does 360x360).

I also tested using this code with a modification for TIFF compression on and using https://github.com/psd-tools/packbits and it also works.

masatomizuta commented 2 months ago

Thank you for testing on P910BT printer!