DirkRi
23rd February 2006, 19:05
We recently installed a new 4250n with the HP barcode simm installed. We linked this new printer to the same print device we use for LJ4000 printers and found that the new printer would not print barcodes. Does anyone know if the PCL has changed for the 4250 printers? Attached are our printinf and barcode files.
Thanks
csecgn
23rd February 2006, 20:58
I'm wondering that it worked before. I'm missing the font selection in
# - select code 3 of 9 portrait
echo "\033(0Y\033(s0p8.1h12v0s0b<Font Number>T\c"
Maybe the fontnumber has changed. You can get the Fontnumbers for the printer by printing the the Fonts List (somewhere in the printer Menue).
hth
Regards
csecgn
DirkRi
23rd February 2006, 21:07
Thanks for the quick reply. I'll try your suggestion.
DirkRi
23rd February 2006, 22:42
Found after printing the font list and telling printer to use SIMM as source.
Used this control string:
# - select code 3 of 9 portrait
echo "\033(9Y\033(s1p12.0v0s0b28680T"
Thanks!