The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Printer::ESCPOS::Roles::Connection - Role for Connection Classes for Printer::ESCPOS

VERSION

version 1.001

METHODS

write

Writes prepared data to the module buffer. This data is dispatched to printer with print() method. The print method takes care of buffer control issues.

print

If a string is passed then it passes the string to the printer else passes the buffer data to the printer and clears the buffer.

    $device->printer->print(); # Prints and clears the Buffer.
    $device->printer->print($raw); # Prints $raw

AUTHOR

Shantanu Bhadoria <shantanu@cpan.org> https://www.shantanubhadoria.com

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Shantanu Bhadoria.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.