Difference between revisions of "THERMAL PRINTER"

From OpenCircuits
Jump to navigation Jump to search
(thermal printer driver)
 
(mention some libraries for thermal printers)
Line 1: Line 1:
 
ANY ONE WORKING ON A DRIVER BOARD ?
 
ANY ONE WORKING ON A DRIVER BOARD ?
 
David
 
David
 +
 +
Is there some specific thermal printer you are thinking about?
 +
 +
 +
 +
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.

Revision as of 07:43, 23 August 2014

ANY ONE WORKING ON A DRIVER BOARD ? David

Is there some specific thermal printer you are thinking about?


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


Arduino software for thermal printer

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.