We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
Troubleshooting email:
In the poemBot directory, add a copy of the Adafruit printer library "Adafruit_Thermal.py" (if you are in the directory, you could "wget https://raw.githubusercontent.com/adafruit/Python-Thermal-Printer/master/Adafruit_Thermal.py ")
then in poemsMain.py,
line 16 change "from thermalPrinter import *" to "from Adafruit_Thermal import *"
and on line 23 change "printer = Adafruit_Thermal("/dev/ttyAMA0", 19200, timeout=5)" to "printer = Adafruit_Thermal("/dev/serial0", 19200, timeout=5)"
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: