PCL 6 commands are typically binary and therefore more compact. However, PCL 6 lacks some features of PCL 5 and is closer to Windows GDI than a PDL. All PCL 6 printers also support PCL 5.
Quoting from the "PCL 5 Printer Language Technical Reference Manual"
Hewlett-Packard created the PCL printer language (simply referred to as "PCL" elsewhere in this manual) to provide an economical and efficient way for application programs to control a range of printer features across a number of printing devices
PCL commands follow a consistant specification with industry wide acceptance to control common printer features ranging from source paper tray selection, font and graphics layout, through macro recording and play back of common form elements
PCL 5 commands begin with the ASCII Escape character (decimal value 27, hex 1B, abbreviated as Esc) and end with the first uppercase letter. Some commands may be followed by binary data or data in another language. Esc ? ? # W were ? is any lowercase letter or symbol other than a numerical digit and # is zero or more numerical digits, typically indicates that the number of bytes indicated by # of binary data such as for an image, character or other bitmap will follow the W. Esc %0B is followed by a number of HP/GL commands which follow a different format.
Any text that is not preceeded by the Esc is printable text.
Esc *p100x200Y is an example of a common PCL5 command that positions the cursor at 100 units left of the upper left corner of the printable area of the page and 200 units down from the type. Coordinates are in the 4th quaderant. Notice that the value preceeds the parameter identification character. e.g. 100x is 100 units in the "x" or left direction. Esc *p100x200YHello will print Hello at (100,200).
Esc E is another example of a common PCL5 command. This command resets the printers internal state machine to known values and is commonly found at the start of a print job.
With MS Windows, PCL fonts are "introduced" to the operating system and printer driver using:
Little known facts
HP documentation which is available from
HP not from us
See:
http://www.hp.com/cposupport/printers/support_doc/bpl01354.html
$150 (CD or hardcopy?)
or
http://www.hp.com/pond/cdrom/prodselect/pclpjl.html
$0 + shipping on CD
Also:
See also:
C program to convert a pcl image file to text for editing and to convert the edited text file to a pcl image file again.
Please note: These questions have been answered because they are of general interest and do not cover topics that are propriatary. Not all questions can be answered and payment is expected for complex or valuable answers.
Questions:
Hi,+
I have a PCL file with colored text and another PCL file with a rastered bitmap. When I send them to printer (hp deskjet 5150, with drivers hp deskjet 5100 series for Windows XP), I obtain the following:
Colored text: text is printed in black.
Colored image: black line.
To send them to printer, I have done a program to send raw text to printer (win api) and I have also try "copy /b" command. None of them works.
I have opened these files with PCL Viewer and in both cases, I can see colored text and image correctly. I have printed them ok from this viewer.
I have also tried to print same files but in black and white and I can see everything ok.
It seems to me that color printing is nor working for this printer hp deskjet 5150. Should I need another driver?, some kind of configuration?.
Any help would be appreciated.
Many thanks.
For a report made by a system that can only output text files, I want to create squares around some text areas using PCL. However when I try to change the horizontal cursor position, nothing happens. A square would only show top, bottom and left lines. I tried this usingJames Newton replies: Post the complete PCL as there is probably an unintended interaction.+&a#H, *p#X and &a#C. I use PCLreader software or direct to a HP2550Lj printer. Any suggestions on what could cause this?
Dear HP printer guru,
Could you please shed light on the auto page size select that operates with some HP printers (HP1160) but not others (HP1320). Documents formatted to a particular page size ie. Envelope DL cause some HP printers to auto select the size and orientation via the manual feed bin, overriding the default (say A4) page in a bin. This is a desirable feature since it allows various envelopes and the like printed as required by manual feeding. Seems starnge that the feature is present in some modern HP models and not others.
Thanks for any advice and regards,
Adrian Morgan
ImageWare Technologies Australia
I am able to print my document in landscape view now. However, the content still can't be fit into an A4 paper size. Is there PCL command similar to Windows "fit to page" selection in printer properties?
James Newton replies: In a word, no. You must modify the printed output to fit in the space available.+
i want to print DOS compiled HPGL2 code via a HP4050TN in duplex mode from a VisualDbase5 software. It works well in single page mode, but I can't find a Duplex command in HPGL2. Or do I have to sent the Duplex code first under PCL5/6 to the printer? TKS in ADV
James Newton replies: Duplex must be selected in PCL5 or (on some printers) can be selected in the @PJL job setup.+
My company software specifies the escape sequence to the printer to set the print format. Now it requires to print in landscape with 10 cpi.
What i found is for for 10 cpi then sequence is :
27 40 115 48 72
and for lanscape is:
27 38 108 49 79.
Thus am i correct by just combining both of it to construct the correct escape sequence for it?
James Newton replies: Yes, I believe so.+
Hi,
I am working with a TrueType Bitmap FONT that I intended to download to a printer. I am have trouble figuring out how to calculate the dimension values used in the Format 20 Font Resolution Specified header. The values in particular are: Cell width, Cell Height, Pitch, Height, xHeight. The font is 10 point and the printer resolution is 600 DPI. It seems like it should be a simple calculation but when I compare the header values generated by another printer I cant figure out how they got their value. The values they get are:
Cell width = 48
Cell Height = 127
Pitch = 6.25
Height = 30.28
xHeight = 62
Can someone please give me a few pointers here?
Thanks,
Dale
This may be basic, but can you access PCL via HTML? If so how? Looking for help to print a signature from a HP 4200 dimm via HTML or a cascading style sheet (CSS) - Thank you.
James Newton replies: I am not aware of any method of reliably doing that. Something can certainly be developed, but it will require significant investment.+
Have just purchased new laptop with win XP and only USB ports, previously used Win 98 SE with most printing from WP 5.1+ DOS. Have 2000 research code sheets, patient letters etc. Many have narrow top margins, so that after converting to Word, I am worried they will not print to newer printers: Questions: 1) what is last version of PCL which was good with DOS? 2) If I want to squeeze a newer printer or use backward compatibility, (LJ 4+ can handle narrow margins) do I lie to Windows and tell it printer is LJ II, III, 4+ or is there a better way? RI Pfeffer, Emeritus Prof.
James Newton replies: Answers: 1) PCL is independant of DOS. DOS never did produce PCL itself but many DOS applications produced PCL 4 or PCL 5 code. 2) Almost all printer drivers allow you to set the margins within the ability of the printer. E.g. the driver for a LJ 4200 will allow you to set a top margin of just about anything more than .17 inches. I always use the LJ 4+ driver since all printers made since that are backward compatible and there are very few features added since the 4+.+
Referring to your answer for mliao@nytami.com's question, you mentioned that certain fonts do not have bold version. Can you tell me if Courier font has a bold version, and if possible, can you list down all the font that do not have bold version?
thanks in advance
James Newton replies: The fonts and variations that are present change with each printer. Use the printer front panel to print a PCL Typeface list and it will show what is available and what command to select it. Other than that, most printers today are back compatible with the LaserJet 4 so a font list from one of those would be helpfull... If anyone has one, and time to type it in, it would be appreciated.+
I've downloaded a font named 'Lady Copra Narrow' but when I send a page with that font to the HP LaserJet 4050N via lpr from the command window in (win2k), the printed page has the words with a spacing that is too big, about 2 characters from word to word.
I've seen (all) the pcl5 commands and other sources, trying to find some command to control word spacing, but it seems not to exist.
Please could you help me with this issue.
I need to use the same font but with a smaller word spacing.
thanks in advance.
Regards.
Raul C. Leslie.
James Newton replies: The problem is most likely in the definition of the space character in the font itself. If it is a proportional font, each character can have a different width, includeing a space.+
I have a network addressable printer attached to the LAN with TCP/IP. The printer has an FTP server running on it, so you can FTP files to it froma anywhere on the intranet. When you do an FTP PUT fn.ext to the printer, it prints the file.
How can I issue PCL commands to this printer from any TCP client on the LAN via an FTP put?
Thank you
James Newton replies: The PCL commands need to be in the file that you have called fn.ext. You can use any binary editor to make the files, it just needs to be able to put in the PCL escape code.+
Hello
We have a bespoke system that requires all of the PCL5 printing commands entered manually, this worked brialliant with the 2200 and the 2300 but when i set up a 2420 using the same commands it doesnt seem to print the last page of a multiple page print job - until the next print run or u press the button.
I have called HP - AND THEY DO NOT KNOW!!! Please help, as i dont even know what the problem is to search for the command to fix it!!!
James Newton replies: Try adding Esc E to the end of the print job where Esc is the escape character, there is no space and then an uperr case E.+
I would like to print a page in landscape format.
I have tried the ESC&a270P, at several places in the code, that doesn't work.
Is there a specific place where to put the command ?
Is there another command ?
Regards.
James Newton replies: At the very beginning of the page, after any resets, put ESC&l1O.+
Hello, i need to print with pcl a code 128 barcode, but i have a lot of troubles
with some features of the code 128 fonts, I need a code 128 font with some
special features, specifically i need a font with 5cm (5 centimeters) or
2" or 3" (2 or 3 inches) of height (at least), because i have to print a
label with a very big code bar. Do you know how to do that??. Exist maybe
a font(s) in the range between 0.25 inches and 2 inches (0.5 inches
James
Newton replies: Barcode fonts can not be scaled because they must
maintain the same spaceing left to right no matter what height they are printed
at. Standard fonts will become wider when they are scaled to be taller and
this would make the barcode unreadable. The trick is this: Print the same
bar code again, and again, one on top of the next, to build it up to the
height you need. For example, if the font you have is 1/4 inch high, and
you need a 1" high barcode, print the same value in the barcode font 4 times,
with each printing one line lower than that
last.+
Hi, i'm trying to print a text in a Xerox Printer using PCL5 code, but some text have a very especific way to be, with some specific height and specific weight. i need a way to expand and compress the text just like a picture. for example, if i write the word "HELLO" i need to set the size of the letter and the height and width mannually (height=20 and width=10) and the text will be higher than larger. I don't need to reduce the spacing between every letter of the text.
Thanks for the answer, and i hope you understand me, sorry for my poor english
Gonzalo
James Newton replies: The problem is that fonts are not specified by height AND width. The fonts that come in the printer have a fixed ratio of height to width and selecting a height will cause each letter to be at that width. The only options are to A) define your own font B) change the character spacing (and therefore the spacing between the letters).+
Can I control page breaks by just using the just page length size? ie will the printer automatically move to the next page when the page length is reached?
Thanks
James Newton replies: Yes. Assuming no other page control commands (e.g. form feed, set page size, etc...) are recieved.+
That's correct. Infact, PCL6 is totally different in a manner that it works on binary streams rather than esc sequences. For ex., for a form feed which you are asking, it has a "BeginPage" and similarly an "EndPage" operator. You will have to decode this in the binary stream. For more info on how to decode it, please refer HP PCL 6 documentation. I have done a similar kind of conversion in the past but for a limited functionality.
Is there any documentation that compares PCL5 with PCL6 on a command basis? I have programs that embed PCL5 ESC sequences in the output text and I need to convert them to PCL6. Also, I printed a test file to a PCL6 .prn file and can't find the Form Feed. What does PCL6 use as a FF?
Thanks,
Gary
James Newton replies: There is no "one to one" comparison between PCL5 and PCL6. PCL 6 is based on the Windows GDI commands so it works in a totally different way. It is also much more complex and more difficult to generate directly. There are some notes on the PCL6 page above, but in general you will need to contact HP for PCL 6 documentation.+
Hello, I am new to PCL 5e on a Troy HP 2100 and am having trouble with text justification / alignment. Can you please tell me how to best attain the width of a string of proportional-width text (printer font - Arial), prior to sending it to the printer. I am programming in .NET. Thank much.
James Newton replies: The direct answer to your question lies with the Windows printer driver and GDI, not with PCL. To justify correctly in PCL without knowing the character widths in advance, see: Right and center justification in PCL.+
Hello,
I am trying to create a batch file to run that will change the number of copies on a HP9000 dn printer.I have found the control commands, the batch file reads as follows
copy Ec(escape charcter ,a left arow ?)&l5X > LPT2 where LPT2 is mapped to the network printer.When I run the HPCOPY.bat file in a command prompt it says
The filename, directory name, or volume label syntax is incorrect
0 file(s) copied.
'l2X' is not recognized as an internal or external command,
I know it is a bit simple for you guys,but can you help me please?
James Newton replies: Windows NT and above command prompt (and batch files) interpret the & sign as a command seperator. i.e. it starts a new command. so your command line is seen as two seperate lines:
copy Ec &l5X > LPT2
You can correct that by placing a carat (^) in front of the &
Secondly the copy command is used to copy the contents of one file or device to another and does not copy characters in the command line itself. You want the echo command.
Try this instead:
echo Ec^&l5X>LPT2+
Can anyone reply to follwoing queries?
1. Can I create a PCL using Notepad?
2. Does the "Print To File" generates PCL?
3. Is it possible to convert PCL back to ASCII?
James Newton replies: 1. No, but only because it can not generate the escape character that is required at the start of any PCL command. If you have the escape character in a file, then you can edit that file in notepad and copy the character. The exception is PCL with binary data such as font downloads and images. Notepad is not a binary editor.
2. If the printer driver installed is PCL
3. That depends on a long list of things. Among them are the font used to print the data in PCL, the font settings in the printer driver used to create the PCL, the original source of the text, etc... See pagetech.com for solutions in this area. vincent-datascanpharmacy-M96 replies: In reference to (1), you CAN produce PCL from notepad but it requires you to know the ASCII DECIMAL code for the characters rather than the HEX code. For example, ESC is ASCII decimal 27. In notepad, hold ALT and using the NUMERIC KEYPAD (this WILL NOT WORK with the numbers keys on the top of the keyboard) press 2, then press 7, then release the ALT key. You will see the arrow pointing to the left appear at the cursor position. That is the escape character. Most PCL documentation provides the DECIMAL as well as HEX codes for the escape sequences. Make sure you use the DECIMAL code with this technique. +
Hi, I would like to download a micr font to our printers and make it permanent. But before I buy the micr fonts, I read through the pcl technical reference manuals about how to go about downloading the soft font. I still can't figure out how to do it. Can somebody help me please. By the way, I am trying to do this from the mainframe.
James Newton replies: Use HP software called Forms and Font Manager which should come with any FLASH memory or hard drive option for the printer.
If you mean "Perminent in RAM" I would not recommend this for a network connected printer. Network cards seem to clear RAM even when you tell the font to be perminant. The "Make previous font perminant" command is clearly listed in the PCL5 tech ref.
If you have an HP 2300 or 4200 or newer printer network support does work if you use the "RAM disk" but you will probably want to get Forms and Font Manager or the FSA (File System Architecture) documentation from HP.+
I was able to print micr fonts on HP laserjet 4si, and 8000 series but I can't seem to print the micr on 5si, 8150DN, 9000 and Troy 9000 series printers. I am using the PCL command <esc>0Q to access the E13B font. Does the E13B font differ between printer models?
James Newton replies: It can. You need to print the PCL font list from the front panel of the printer to find the exact selection string for the font. It may very well be that this font is not installed in all the printers you are trying to use as it is NOT a standard font.+
I need to print the current Windows Account Username in the footer of every page of every print job - no matter the application software. I looked at the separator technology, but it seems to provide the inclusion of additional pages, rather than changing the actual print job pages.
I think what I'll need to do is intercept the PCL printer output from the driver and modify its content? If so, is there a PCL command that I can include that will enter a username footer on every page.
Any assistance would be appreciated.
James Newton replies: In a word, no. You would have to first parse the PCL printer output to find each end of page, then insert at that point a font selection command, cursor positioning command and the text of the users name. This is a lot of work... You might be better off looking for a printer driver replacement that could do this for you.+
How can I know how many pages are there in any pcl binary file.
Looking for form feed does not work as I have found so many 0xC in this three page document file
James Newton replies: You are getting extra 0x0C characters from the binary graphic data in the print job. To skip these "fake" form feeds, you must parse the PCL commands, looking for any that end in a "W". The number just before the W is the number of bytes of binary data (after the "W") to skip.
Note that although most page ejects are caused by form feed characters, there are several other ways to end a page in PCL.+
James Newton replies:
First, I assume you mean PCL 5 when you say PCL 6 above. The commands you are trying are PCL 5 commands, and will not work in PCL 6 print jobs.I think the problem is that the printer is running out of room to print line2 and starting a new page to compensate. Try starting this sequence higher and/or more to the right.
I want to print large documents in half-size booklets. For instance, groups of 12 pages can be printed on 3 sheets each. This would involve:
A) Parse file into pages (by control-L characters?).
B) Re-order the pages 8 5 10 3 12 1 6 7 4 9 2 11.
C) Shrink the pages to half size.
D) Printing them in pairs side-by-side in landscape mode.
E) Duplex the pages (2 11 on back of 1 12 etc).
The question is, how do I shrink the pages to half size?
James Newton replies:
That is really not easy in PCL. Since all sizes and positions are specified absolutly, you have to find and divide by two all:
- cursor positions
- area width and height
- font sizes
- bitmaps (oh boy! and that includes bitmap font images)
- and so on...
A better idea would be to find and double any commands that specify the resolution; a 600DPI document prints half size at 1200DPI. Since 1200 is usually the top resolution, you are sunk if the original is already at 1200, but that should be rare. Also, some printers don't support 1200 (and the really old ones only supported 300)
The only other idea would be to see if your printer supports an @PJL command to reduce output. I don't think any do actually, but that would be the logical place to put it. Please let us know what you figure out!
I need to know what progam will open my PRN. I have a print job to a file and niw I can't open it up. Would you tell me in what directory is the .exe file to open a print file saved in a folder.
James Newton replies: You will have to find or purchase a program. Windows does not come with any way to view print jobs on the screen. See "PCL Viewers" above for some options.+
spampattipTakeThisOuT at interbill.biz asks: " How can I convert my PCL print files to another format such as PDF?" James Newton replies: See http://www.pcltools.com/+
I am generating some reports using Foxpro For DOS. I use PCL codes to draw boxes, lines, etc. How can I convert the reports to a faxable image(raster image)? Shuold insert PCL using hex values? Thank you in advance.
James Newton replies: There was a fax modem that came with software that would do that... It was an Intel unit... I think it was called a "Satisfaction" or something like that. Today, you can purchase a toolkit from Robert Pooley at PageTech.
Is there a way to tell the windows PCL driver to only allow letter size. I can do this for PostScript driver by editing the PPD file but what mechanism is available in PCL.
James Newton replies: Good question... I don't know. I'm assuming you want to keep users from hanging a network printer by selecting a page size that isn't loaded and then not servicing the printers request for the other paper size.
You might be able to get an answer from the HP forums http://forums.itrc.hp.com/cm/CategoryHome/1,,219,00.html (be sure to put a descriptive title on the question e.g. "need WIN PCL driver to allow only letter size", include a complete description of WHY you need this and exactly what you do in the PS driver and what you have tried in the PCL driver and be sure to follow up and assign points to the answers)
Please let me know if you find an answer.+
I'm just getting into using PCL within old dBase programs. I am having difficulty arranging columns on a printed page with scalable fonts. Is there a command to tell the printer to start printing at a particular col. Sorry to bother you and thanks for a reply.
James Newton replies: <esc>*p#Y where <esc> is the escape character and # is the number of pixels (usually 300 per inch) from the left edge of the printable area.
Be sure to use NON-proportional scaleable fonts (Courier, Lucinda or like that).+
Hi. I have used the barcode escape sequence esc & "0Y" & esc & "(s32V" & esc & "(s0B. With the data I want to barcode afterwards. But it is just printing my data in text. Do I need to create a special font for this? Thanks
James Newton replies: That depends on the printer you are using. With an actual HP unit, you have to create or purchase a barcode font. I have seen printers that have the barcode fonts built in, but they usually have their own special code for makeing use of them.
In general, when you send the escape sequence to select a font, the printer will try to find the closest matching font in its memory. In other words, just because the command to select a font is available, that doesn't mean the font is.
On most HP printers you can get a list of the fonts available in the printer along with the escape sequence for printing them by selecting "PRINT PCL TYPEFACE LIST" or "PRINT PCL FONTS" etc... from the TEST or INFORMATION menu on the printer front panel.+
Within the PCL file, I'd like to insert some tags indicating that whatever is in between these tags should not get printed. In other words, I want to be able to insert certain information in the PCL file, which would not get printed when the file is sent to the printer. I've been looking for that information, but I cannot find anything. I hope you can help me with that. Thanks, i appreciate your help.
1) Position the cursor off the right edge of the paper 2) Set the print to transparent 3) go ahead and print the data but then draw an opaque white rectangle over the top of it. +
How can I get a PCL typeface list from a printer with no front panel:
Send this PJL command:
EC%-12345X@PJL SET TESTPAGE=PCLTYPELIST
I am using 3 PCL commands in a Word document. One selects from the approproate drawer, one controls short or long edge duplexing and the third controls the number of copies. My problem is when I print, say 3 copies of the document, it does not collate correctly. Page 1 and 2 print duplexed 3 times followed by page 3 printing 3 times. Is there a way with PCL printer commands to control collating so I get page 1-3 together instead of page 1-2 grouped then page 3 grouped. I've included my PCL commands being used in my document.+PRINT 27"&l2S" --- Duplexing PRINT 27"&l20H" -- Paper Drawer PRINT 27"&l2X" --- Copies
The problem is that MS Word is also asking the printer driver to send codes for these things and its codes are interferring with your codes. The best thing is to use the settings in MS Word for number of pages, etc...
First, what do you mean by "a graph"? Second, you can't do anything other than text without writing (a lot of) PCL. If you don't want to... You might be better off useing someones program to print graphics.
I am producing a court form and cannot get the laserjet to print a '£' symbol on the form. All other symbols work but the £ just appears as a blank. Can you help ? cheers Tim
You need a printer font with that symbol. If you want to create your own, take a look at Softy
Does the Esc*g#W command (configure raster data) exist? What is its description? What is the difference with the Esc*v#W (configure image data) command?
Good question. I have never seen any reference to this command. Let me know if you find the answer.
I want to print image/photo and some additional text below the image using PCL but i am not able to do that. Can u explain me the whole process form changing it to binary,then assiging an id and calling it into a PCL command. I am able to print text as and when required but not the image. Please Help
This is well explained in the PCL 5 Technical Reference Manual available from HP. See above.
I have a Kyocera-3750 printer and i am using a DOS based software to print labels, my operating system is windows 98,i need to be able to print japanese character along with some english characters, can anyone help me please. thank u vishy
You will need: Access to the source code of the DOS program or the ability to define escape commands in the text the program prints, and you will need a Japanese character font for the printer.
Print a PCL Typeface list from the printer, or read the users guide, or order the PCL Technical Reference Manual from HP. See above.
Im trying to use PCL to change fonts and merge with overlays on a printed document using a number of different HP printers; some 5si, Laserjet 4000, IIIp, etc. It works on the 5si printer but am having problems on the others. My question is - can this be down to the version of PCL Im using? Many thanks, Julian Palmer.
Sure... All of those printers support standard PCL5e commands. If you have it working on one printer the only possible difference is the non-printable margin size between the different models.
Answer: Ask HP.
I am trying to download a PCL form onto my printer's mem. so that I can print my data onto that form. But my printer is not doing that. Instead it's printing junk chars in the background. However, our Xerox printer supports the HP PCL driver. Please Help me in doing the same. Reply me at the given address.
Answer: The Xerox printer may support the HP PCL language via a software driver, running on the host, that translates PCL into the Xerox language. Try a very simple test macro like
esc&f10yXHELLO WORLDesc&f1x10X Now try to say hello:esc&f10y2Xff
where esc is the escape character and ff is the form feed.
If that doesn't work, the printer does not really have PCL5e support in the printer.
Comments:
I want to generate simple PCL file from text file . Reason for doing this is I want to write HP printer driver for embedded system.James Newton replies: Standard text files will print on a PCL5 printer with no modification. Just copy the text out to the printer and you are done. Add an EscE to the beginning if you like, to reset the printer. You can set the font with the codes for font select.+
For example : conversion of file which contains text like “Hello” to PCL.
I just wanted to write printer driver which would be capable of printing simple text files
Hi James, sorry, I did not do that right away...James Newton replies: Ah, yes, common error. The issue is the carriage returns and line feeds between the codes. Each CR/LF returns the cursor to the left edge of the page. Putting all the codes on one line fixes the problem.+
*p900x600Y
*c600a6b0P
*p900x600Y
*c6a600b0P
*p900x1200Y
*c606a6b0P
*p1500x600Y
*c6a600b0P
Thank you for bringing this to our attention. We have removed all the links to pdf files from the site.
Code:
See:
| file: /techref/language/pcls.htm, 76KB, , updated: 2008/2/8 05:42, local time: 2009/1/7 20:37,
38.103.63.58:LOG IN
|
| ©2009 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? Please DO link to this page! Digg it! <A HREF="http://www.piclist.com/techref/language/pcls.htm"> PCL, HP Printer, PDL, Printer Control Language</A> |
| Did you find what you needed? |
|
o List host: MIT, Site host massmind.org, Top posters @20090107 olin piclist, Jinx, eagletalontim, solarwind, Vitaliy, JonnyMac, Sean Breheny, apptech, M.L., cdb, * Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Shultz Electronics, Timothy Weber, on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
|
.