I purchased a Mini Thermal receipt Printer Starter Pack on July 12th (order number 2322606), and I haven't been able to get it to print over serial. The test print page works, but nothing else.
I have followed this tutorial: https://learn.adafruit.com/networked-th ... re-printer
When I run this code on my Raspberry Pi 3 or my Raspberry Pi Zero, the terminal hangs and nothing prints.
- Code: Select all | TOGGLE FULL SIZE
stty -F /dev/ttyAMA0 19200
echo -e "This is a test.\\n\\n\\n" > /dev/ttyAMA0
I have used two separate Raspberry Pis, tried booting different OS's, and have double checked the wiring (which I've included a picture of). I've disabled the serial console and enabled serial hardware on my pi like the tutorial I linked told me to do, the printer is on, and I'm using the baud rate listed on the test page.
I'm stumped on what to do next, and I hope I don't have a faulty printer. Any help would be appreciated. Thank you!