As in the title, every time I'm trying to print something, a new line with the letter 'P' is added.
I tried the sample code from README > Usage and got this as a result:
And later I tried to print only new lines with this code...
from PIL import Image
from thermalprinter import *
with ThermalPrinter(port='/dev/serial0',baudrate=9600) as printer:
printer.feed(5)
... with this as a result:
Any idea what might be causing it?
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too