Quantcast
Viewing all articles
Browse latest Browse all 10

Insert Coin

Bored at work? This script connects to a JetDirect equipped HP printer and uses HP’s control language to set the ready message on the LCD display. Takes an IP address and message on the command line. My favorite message is “INSERT COIN”. Keep in mind the limitations of the display when composing your clever verbiage. #!/usr/bin/perl # $Id: hpsetdisp.pl 11 2006-03-22 01:21:03Z yaakov $ # hpsetdisp.pl use strict; use warnings; unless (@ARGV) {.. Read More

The post Insert Coin appeared first on Kieran Barnes.


Viewing all articles
Browse latest Browse all 10

Trending Articles