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'm assuming that some folks are coming to this package from Adafruit's pi-thermal-printer documentation.
This package has been updated to use python3
This means that the command to run the test should be python3 printertest.py as written in the Readme here.
But this also means that the package to be installed should be changed to python3-serial meaning that you need to run apt-get install python3-serial to install that package.
FrankUlbrich, sirsumvent, bklevence and gregorspamsa