NAME
Protocol::Star::Linemode - Generates a formatted byte string for Star
POS printers
SYNOPSIS
use Protocol::Star::Linemode::Generated;
my $p = Protocol::Star::Linemode::Generated->new;
$p->set_emphasized_printing;
$p->text("Hello world");
$p->cancel_emphasized_printing;
my $formatted_output = $p->result;
# Send $formatted_output to printer
AUTHOR
Peter Stuifzand <
[email protected]>
COPYRIGHT
Copyright 2013 - Peter Stuifzand
LICENSE
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
SEE ALSO