Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 974 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 974 Bytes

ESC_POS_Printer

Arduino ESC POS printer library

This is an Arduino library for ESC/POS point of sale receipt printers. This library is based on the Adafruit Thermal library but is not compatible with the Adafruit thermal printer. This library has been tested with a USB thermal receipt printer and the following library on a Teensy 3.6 USB host port.

Required library: https://github.com/gdsports/USBPrinter_t36

The following is used as reference for ESC/POS commands.

https://reference.epson-biz.com/modules/ref_escpos/index.php

Original text from the Adafruit Thermal Library

Adafruit invests time and resources providing this open source code. Please support Adafruit and open-source hardware by purchasing products from Adafruit!

Written by Limor Fried/Ladyada for Adafruit Industries, with contributions from the open source community. Originally based on Thermal library from bildr.org MIT license, all text above must be included in any redistribution.