Installing POS (Point of Sale) Printer

bitfrost's picture

First we need to install some dependencies:

apt-get install libusb
apt-get install libusb-dev

After that

perl -MCPAN -e shell

cpan[6]> install Printer::ESCPOS

Happy Printing!!!