Skip to content
New issue

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

needs update to latest version of Pi and Raspbian #4

Open
4 tasks
evanwill opened this issue May 1, 2018 · 1 comment
Open
4 tasks

needs update to latest version of Pi and Raspbian #4

evanwill opened this issue May 1, 2018 · 1 comment

Comments

@evanwill
Copy link
Owner

evanwill commented May 1, 2018

  • pi version
  • raspbian version
  • adafruit printer library version
  • fix serial call
@evanwill evanwill changed the title needs update to latest version of Pi and Rasbian needs update to latest version of Pi and Raspbian May 1, 2018
@evanwill
Copy link
Owner Author

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)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant