Change address of test program

master
Peter Stuifzand 11 years ago
parent 5a771ef24b
commit 97a80fb683

@ -10,7 +10,7 @@ use ZMQ::Constants ':all';
my $zmq_context = ZMQ::Context->new(1);
my $printer = Kassa::Net::Kassabon->new($zmq_context, 'tcp://192.168.1.82:9999');
my $printer = Kassa::Net::Kassabon->new($zmq_context, 'tcp://192.168.1.97:9999');
my $p = Protocol::Zebra::Label->new;
my $data = $p->format({ name => "Test label met een langere tekst adf df efe efei hemelsblauw", price => 'EUR 1,10', barcode => '812345678901', count => 1 });

Loading…
Cancel
Save