|
From: Thomas S. <t.s...@fz...> - 2008-05-21 20:19:53
|
i got two Seiko DPU-414 thermal printers (http://www.seiko-instruments.de/73-0-dpu414.html) and was asking myself whether it would make sense to write a gnuplot driver for this printer. it's still in production and sold as printer for various measurement devices, so it's not really obsolete and i thought this driver could be useful. the driver is an extension of 'epson.trm', mainly a merge of some epson/nec code with some code from 'pbm.trm'. it supports two resolutions: 'normal' (640x480) and 'draft' (320x240) font sizes are 'small', 'medium', and 'large' (like in 'pbm.trm') - but the combination 'draft' + 'large' is forbidden because it drives the 'test' command into an endless(?) loop. http://www.nabble.com/file/p17371497/epson.trm_dpu414.patch epson.trm_dpu414.patch -- View this message in context: http://www.nabble.com/DPU-414-terminal-tp17371497p17371497.html Sent from the Gnuplot - Dev mailing list archive at Nabble.com. |