Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 656 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 656 Bytes

ThermalPrinter

A small library for driving A2 thermal printers over a serial port. This is basically a port of py-thermal-printer, with a sprinkling of Ruby added to it.

Oh, and this is totally a Work in Progress...

Installation

Add this line to your application's Gemfile:

gem 'thermal_printer', git: 'hamaker/thermal_printer'

And then execute:

$ bundle

Or install it yourself as:

$ gem install thermal_printer

Usage

I believe the code is the

License

The gem is available as open source under the terms of the MIT License.