Difference between revisions of "THERMAL PRINTER"

From OpenCircuits
Jump to navigation Jump to search
(thermal printer driver)
 
(ask for more information)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
ANY ONE WORKING ON A DRIVER BOARD ?
 
ANY ONE WORKING ON A DRIVER BOARD ?
 
David
 
David
 +
 +
Would you tell us what specific thermal printers you've looked at,
 +
and what you've learned so far?
 +
 +
 +
 +
 +
mg2999 on Youtube built a "driver board".[https://www.youtube.com/watch?v=GY2uAsXfIn4]
 +
 +
 +
=== Arduino software for thermal printer ===
 +
 +
Phillip Burgess.
 +
[https://learn.adafruit.com/mini-thermal-receipt-printer "Mini Thermal Receipt Printer"].
 +
Tutorial at Adafruit.
 +
This tutorial shows how to directly connect the
 +
"TTL RS232" data interface on this particular printer
 +
to an Arduino.
 +
Then it shows how to program the Arduino
 +
using the
 +
[https://github.com/adafruit/Adafruit-Thermal-Printer-Library Adafruit-Thermal-Printer-Library]
 +
at Github
 +
to get print text, on-the-fly composed barcodes, and (hard-wired, pre-composed) arbitrary bitmaps.
 +
 +
ameyer (?).
 +
[http://bildr.org/2011/08/thermal-printer-arduino/ "Displaying on Paper – Thermal Printer + Arduino"].
 +
Some discussion at the bildr forum.[http://forum.bildr.org/viewtopic.php?t=531]
 +
 +
John Boxall.
 +
[http://tronixstuff.com/2011/07/08/tutorial-arduino-and-a-thermal-printer/ "Tutorial: Arduino and a Thermal Printer"].
 +
Tutorial at tronixstuff.
 +
Also has good tips in the comments.

Latest revision as of 06:55, 23 August 2014

ANY ONE WORKING ON A DRIVER BOARD ? David

Would you tell us what specific thermal printers you've looked at, and what you've learned so far?



mg2999 on Youtube built a "driver board".[1]


Arduino software for thermal printer[edit]

Phillip Burgess. "Mini Thermal Receipt Printer". Tutorial at Adafruit. This tutorial shows how to directly connect the "TTL RS232" data interface on this particular printer to an Arduino. Then it shows how to program the Arduino using the Adafruit-Thermal-Printer-Library at Github to get print text, on-the-fly composed barcodes, and (hard-wired, pre-composed) arbitrary bitmaps.

ameyer (?). "Displaying on Paper – Thermal Printer + Arduino". Some discussion at the bildr forum.[2]

John Boxall. "Tutorial: Arduino and a Thermal Printer". Tutorial at tronixstuff. Also has good tips in the comments.