https://github.com/gdsports/esc_pos_printer
Arduino ESC POS printer library
https://github.com/gdsports/esc_pos_printer
arduino point-of-sale pos printer receipt teensy teensy36 thermal usb usb-host
Last synced: about 1 month ago
JSON representation
Arduino ESC POS printer library
- Host: GitHub
- URL: https://github.com/gdsports/esc_pos_printer
- Owner: gdsports
- License: mit
- Created: 2018-08-27T00:49:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-07T01:11:39.000Z (almost 6 years ago)
- Last Synced: 2025-03-23T21:35:43.327Z (about 2 months ago)
- Topics: arduino, point-of-sale, pos, printer, receipt, teensy, teensy36, thermal, usb, usb-host
- Language: C++
- Size: 18.6 KB
- Stars: 51
- Watchers: 1
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESC_POS_Printer
Arduino ESC POS printer libraryThis 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.This library works with the following USB Printer drivers for the following
Arduino USB host stacks.* [Teensy 3.6 USB host](https://github.com/gdsports/USBPrinter_t36)
* [USB Host Shield 2.0](https://github.com/gdsports/USBPrinter_uhs2)
* [USB Host Library for SAMD](https://github.com/gdsports/USBPrinter_uhls)SAMD boards include the Arduino Zero, the Arduino MKR family, many SparkFun
and Adafruit SAMD21, SAMD51, M0, and M4 boards. The SAMD processors have
built-in USB host and device hardware so a shield is not used.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.