You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 16, 2023. It is now read-only.
I am using:
Raspberry Pi 4, with RPi OS updated a few days ago
Normal size thermal printer (Model CSN-A2)
SelfTest tells me version 2.16.08, which throws an error in init, so I use 2.16, which calls thermal_printer_legacy.
Looking at the function calls and inspecting with print statements, these prints happen after ThermalPrinter.write_char is called. I.E. - if I tell it to write a character at the end of the function, the J is not printed yet, and will overwrite whatever character I have it print.
Also, it's worth noting, that using a higher version number like 2.17, that calls the other class, does not result in this problem.