- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Printer Script Question
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2002 12:25 PM
09-03-2002 12:25 PM
I know what the \033 is for, but I cannot find any information as to what this sequence is for. The script needs this line to print, but also prints the line out on the page. Any ideas what this is for?
Thanks,
Craig
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2002 12:40 PM
09-03-2002 12:40 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2002 12:52 PM
09-03-2002 12:52 PM
Re: Printer Script Question
I think what Chan is trying to say is that, although your line printer may support PCL5, it doesn't support PJL, so try the PCL4 interface script instead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2002 12:54 PM
09-03-2002 12:54 PM
Re: Printer Script Question
All PJL jobs must begin and end with a Universal Exit Language (UEL) command "Ec%-12345X". This command exits the current printer language and returns control to PJL.
Which is the same as "\033\c%12345X" so maybe I can get away with just "\033\c"
Thanks for the response.
Craig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2002 12:56 PM
09-03-2002 12:56 PM
Re: Printer Script Question
command. The printer's manual probably
lists some PJL commands. Failing that,
the following link might help:
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=bpl04568&locale=en_US&docId=34434
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2002 06:34 PM
09-03-2002 06:34 PM
Re: Printer Script Question
No, ESC c is not the same at all. The PJL escape sequence is used to exit the PCL code and send the codes to the PJL processor. New printers starting with the IIISi and higher have PJL capability. There are manuals for for PCL and PJL available (both are quire thick)
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2002 07:43 PM
09-03-2002 07:43 PM
Re: Printer Script Question
When we had vt100 terminals with local printers we use to use this code for ESC sequence only wiht 5i and 4i to enable and disable the local printing on the prarlelll port of the vt100 terminal
Manoj Srivatava