Re: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port

2004-06-07 Thread Ian Stuart
Or you could use ghostscript to filter the postscript print file to 
create a print stream that is compatible with your printer.  ghostscript 
has support for a number of printers including Epson.

Regards
Ian Stuart
Anthony Dzikiewicz wrote:
I think you're right.  I assumed that this is postscript printer.  We have
always used this with windows and could print postscript, but it is being
converted.  I guess I should start over with a real postscript printer and
take it from there.
Sorry for the trouble
Anthony
-Original Message-
From:   [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]  On Behalf Of Donald Kibbey
Sent:   Friday, June 04, 2004 3:31 PM
To: [EMAIL PROTECTED]
Subject:[U2] [OT]Postscript to a Laser on Dumb Term Aux Port
This usually occurs when the printer is either not Postscript capable or has
PCL mode turned on.  If this is an HP type printer with the postscript card,
make sure your first set of commands actually sent to the printer switch it
over to postscript mode (which is nothing more than an ascii data stream).


Don Kibbey
Financial Systems Manager
Finnegan, Henderson, Farabow, Garrett  Dunner LLP
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port

2004-06-07 Thread Ron White
Send ESC:E to reset the printer to its default
environment (PCL).

The info comes from my PCL 5 Programmers Guide.
You can get the most common commands at
http://www.nefec.org/UPM/ccPCLfrm.htm.  You can
also go to the HP web site and search on PLC codes for
your printer model.

Ron White

- Original Message - 
From: Karl L Pearson [EMAIL PROTECTED]
To: u2-users [EMAIL PROTECTED]
Sent: Friday, June 04, 2004 4:25 PM
Subject: Re: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port


 Nice information, but, how would one switch back to PCL? For that
 matter, where did you get that information and is it on the internet
 somwhere?

 TIA,

 Karl

 On Fri, 2004-06-04 at 14:21, Ron White wrote:
  I don't have any specific knowledge of Epson printers
  but on HP you can cause the printer to shift to postscript
  personality by sending then following:
 
  PRINT CHAR(27):'%-12345X':
  PRINT '@PJL ENTER LANGUAGE = PostScript'
 
  This turns off the default PCL processing and enables
  postscript.
 
  Ron White
 
  - Original Message - 
  From: Anthony Dzikiewicz [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Friday, June 04, 2004 1:53 PM
  Subject: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port
 
 
   I know there must be a way to do this.  I thought Id ask so it would
save
  a
   lot of aggravation.  We have a bunch of dumb terminals (vt100
emulation)
   with printers attached to the printer port.  Currently, we have Epson
   printers attached and are printing ascii text to a pre-printed form.
I
   would like to use laser printers with postscript.  So, I am
experimenting
   with a postscript file that I would like to print via the aux port.
What
   Ive done is to write a test program to open the aux port via control
  codes,
   then cat the postscript file, then close the aux port.  What prints
out is
   the postscript verbatim.  I suppose 'cat' is not the way to go, but
some
   kind of 'binary' method that says to the printer to not interpret as
  ascii.
   Does anyone know the magic word for this ? We are using Universe on
Red
  Hat
   Linux.
   Thanks
   Anthony
   ---
   u2-users mailing list
   [EMAIL PROTECTED]
   To unsubscribe please visit http://listserver.u2ug.org/
   ---
   [ Eckel certifies this E-mail to be virus free. ]
  
  
  
 
 
  ---
  [ Eckel certifies this E-mail to be virus free. ]
  ---
  u2-users mailing list
  [EMAIL PROTECTED]
  To unsubscribe please visit http://listserver.u2ug.org/
 -- 
 Karl L. Pearson
 Director of IT,
 ATS Industrial Supply
 Direct: 801-978-4429
 Toll-free: 888-972-3182 x29
 Fax: 801-972-3888
 http://www.atsindustrial.com
 [EMAIL PROTECTED]
 ---
 u2-users mailing list
 [EMAIL PROTECTED]
 To unsubscribe please visit http://listserver.u2ug.org/
 ---
 [ Eckel certifies this E-mail to be virus free. ]




---
[ Eckel certifies this E-mail to be virus free. ]
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port

2004-06-06 Thread Don Kibbey
I would go with the HP printers.  The $99 dollar printer may be a windows
only device that relies on the host cpu to do most of the processing.  This
could be more problematic than the spooler.

We switched from pcl only printers to combos that are capable of both pcl
and postscript a couple of years ago.  We found that printing large volumes
of pdf files to a pcl only printer was slower than if the same model printer
had a postscript driver.  We did not take the time to figure out exactly
why, we just switched.  (I work for lawyers who are just as impatient as
furniture buyers :-) 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anthony Dzikiewicz
Sent: Saturday, June 05, 2004 9:31 PM
To: [EMAIL PROTECTED]
Subject: RE: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port

Much has been considered.  These are retail cashiering station that we are
talking about.  One central printer would be my next choice.  The only thing
that can go wrong is that the printer hangs and the whole front counter is
dead.  When the printer runs out of paper, or toner or the drum, or what
have you, they would panic, because the light would be blinking and they
wouldnt know what to do (these guys really arent too bright and would
always rather have the other guy fix the problem). It will lead to a
situation where the printer gets disabled at the unix level and has to be
enabled (easy for you and me, but a mountain for these guys).  Mind you all
this is happening in a retail environment with customers waiting for
receipts (ever been in a supermarket when the receipt printer jams - what if
that was one printer for the whole market).  This isnt good. The spooler is
the obstacle that Im trying to avoid. I started to think of the cheapest,
easiest, uncomplicated way to go about doing this. This is to continue doing
the same thing that has worked flawlessly for about 15 years. The reason for
going to laser is to eliminate preprinted forms, which saves substantial
cash.  I originally believed that the $99 laser I had did postscript.  If it
did, I would be golden.  It doesnt.  It does do PCL4.  So, my next avenue
to explore is to convert the postscript to PLC4 or convert the PDF being
created directly to PCL4.  Currently, the preprinted forms/Epson arrangement
is doing straight ascii printing.  We have started using the Cross PDF
package and we are converting everything to PDF. We are eliminating pre
printed forms wherever they exist.  If all of this ends up not working, then
I will go with the spooled printer solution.  Then I have to create a bunch
of menu options to allow users to view the status of the spooler and printer
- is lpd running, is the printer disabled, is there a lock file that needs
to be cleaned up.  I dont look forward to this. The dumb terminal cost
about $350 w/kybd new.  The laser Im considering is $99.  The cheapest laser
that does postscript (that I know of yet) is the hp 2100 about $400. Im open
to anything that is completely simple and cheap.  I have brought up the idea
of thermal printers like they use in Best Buy, etc... nobody likes em.  We
are a furniture store and the appearance of this just doesnt fit
considering the average ticket is about $1500 and some substantially more.
The owner likes something a little more elegant. So, now you know a little
more about the environment what do you think ?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tony Gravagno
Sent: Saturday, June 05, 2004 5:08 PM
To: [EMAIL PROTECTED]
Subject: RE: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port

Personally I'd recommend that you reconsider the architecture that you're
trying to build, rather than reconsidering the specific devices that you're
trying to fit into that architecture.  I'm reading square pegs and round
holes here.

Dumb terminals were designed when we didn't have anything better.  Do you
really want to hang many laserjets around on dumb terminals that cost less
than the printers themselves?  Do each of your end-users really require
exclusive access to a laserjet?  And do you really need to manually generate
a lot of PCL?

I understand the needs of smaller sites and that it's not easy to drag new
cables around for a new printer, etc.  These days a wireless setup will cost
as much as the $100 manual that someone proposed.  And it's much easier to
generate XML or HTML and export it as PDF, or use some other more text-based
methods that result in high quality printed output.

I'm just suggesting that you think outside of the box for a moment and
consider something different than what the site already has, rather than
just replacing old methods with new hardware.

Good luck,
Tony

From Anthony Dzikiewicz
 I think you're right.  I assumed that this is postscript  printer.  We 
have  always used this with windows and could print postscript, but  it 
is being  converted.  I guess I should start over with a real  
postscript

RE: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port

2004-06-06 Thread Robert Colquhoun
Hello Anthony,
At 11:31 AM 6/06/2004, Anthony Dzikiewicz wrote:
Much has been considered.  These are retail cashiering station that we are
talking about.  One central printer would be my next choice.  The only thing
that can go wrong is that the printer hangs and the whole front counter is
dead.
Don't share a printer between more than 2 lanes - the time it takes for the 
cashier to walk over to get the printout becomes too much.  They also can 
easily mix up receipts at busy times.


  When the printer runs out of paper, or toner or the drum, or what
have you, they would panic, because the light would be blinking and they
wouldnt know what to do (these guys really arent too bright and would
always rather have the other guy fix the problem).
Write a 2-3 page instruction sheet on printer errors.
It will lead to a
situation where the printer gets disabled at the unix level and has to be
enabled (easy for you and me, but a mountain for these guys).  Mind you all
this is happening in a retail environment with customers waiting for
receipts (ever been in a supermarket when the receipt printer jams - what if
that was one printer for the whole market).
Modern receipt printer are getting better at this most thermals have a 
fairly straight paper path for the receipt roll.  Best tactic if possible 
is to have a spare lane to move the customers across to.

  This isnt good. The spooler is
the obstacle that Im trying to avoid. I started to think of the cheapest,
easiest, uncomplicated way to go about doing this. This is to continue doing
the same thing that has worked flawlessly for about 15 years.
People often get quite sentimental about old computer systems, the faults 
become so ingrained the users can no longer see them, the users get molded 
to fit the system.

When talking about how good a system is always ask the new employees they 
have a better perspective on the relative merits.
 The reason for
going to laser is to eliminate preprinted forms, which saves substantial
cash.  I originally believed that the $99 laser I had did postscript.  If it
did, I would be golden.  It doesnt.  It does do PCL4.  So, my next avenue
to explore is to convert the postscript to PLC4 or convert the PDF being
created directly to PCL4.
Postscript requires more memory than pcl, it used to be i think that they 
also paid a royalty to adobe.   But those things are fading as memory is 
now very cheap and i think they use 3rd party emulations(ie like 
ghostscript) to rasterize the document.

I did a quick search on http://froogle.google.com/ there was a Brother 
Laser printer 1450N with postscript for a little over $200.

Network printers are also faster than slave printing with serial and 
perhaps parallel or usb.  With network printers you can also quickly 
redirect the receipts to another lane if one printer stuffs up.

  Currently, the preprinted forms/Epson arrangement
is doing straight ascii printing.  We have started using the Cross PDF
package and we are converting everything to PDF. We are eliminating pre
printed forms wherever they exist.  If all of this ends up not working, then
I will go with the spooled printer solution.  Then I have to create a bunch
of menu options to allow users to view the status of the spooler and printer
- is lpd running, is the printer disabled, is there a lock file that needs
to be cleaned up.  I dont look forward to this. The dumb terminal cost
about $350 w/kybd new.  The laser Im considering is $99.  The cheapest laser
that does postscript (that I know of yet) is the hp 2100 about $400.
We use the hp1200N, not as cheap but fairy fast and reliable both of which 
imho are more important than the purchase price.

 Im open
to anything that is completely simple and cheap.  I have brought up the idea
of thermal printers like they use in Best Buy, etc... nobody likes em.  We
are a furniture store and the appearance of this just doesnt fit
considering the average ticket is about $1500 and some substantially more.
The owner likes something a little more elegant. So, now you know a little
more about the environment what do you think ?
$1500 tickets being printed on a $100 laser?  So if you print 50 tickets a 
day  = $75000so if your printer dies for a day cause you went for too 
cheap without a maintenance agreement or backup printer that has cost the 
company $75k in sales.  I imagine cause each ticket is so large you are not 
printing a huge number the printer warmup time will be importantif you 
choose the wrong printer then each customer could be waiting an additional 
10 seconds for the receipt.

If you main computer goes down your dumb terminals are history and you 
might have to close the store till it is fixed.  If you replace with PC's 
which are cheaper than your dumb terminals you can run a local pc point of 
sale software in the event of your main machine failure.

Secondly printer running costs usually outflank the purchase price - try to 
work out the current running costs 

Re: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port

2004-06-05 Thread Anthony W. Youngman
In message [EMAIL PROTECTED], Ron White 
[EMAIL PROTECTED] writes
I don't have any specific knowledge of Epson printers
but on HP you can cause the printer to shift to postscript
personality by sending then following:
PRINT CHAR(27):'%-12345X':
PRINT '@PJL ENTER LANGUAGE = PostScript'
This turns off the default PCL processing and enables
postscript.
You're assuming the printer is postscript capable!
I've got a pretty new (personal) HP sitting next to me which I think is 
a WinPrinter - ie it can't do either PCL or PostScript; and, while I 
might be out-of-date, I don't know of any high-end HP printer which 
comes with PostScript by default - it's always an add-on option (which 
is included as standard with the higher spec options, but missing on the 
basic version).
Ron White
Cheers,
Wol
- Original Message -
From: Anthony Dzikiewicz [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, June 04, 2004 1:53 PM
Subject: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port

I know there must be a way to do this.  I thought Id ask so it would save
a
lot of aggravation.  We have a bunch of dumb terminals (vt100 emulation)
with printers attached to the printer port.  Currently, we have Epson
printers attached and are printing ascii text to a pre-printed form.  I
would like to use laser printers with postscript.  So, I am experimenting
with a postscript file that I would like to print via the aux port.  What
Ive done is to write a test program to open the aux port via control
codes,
then cat the postscript file, then close the aux port.  What prints out is
the postscript verbatim.  I suppose 'cat' is not the way to go, but some
kind of 'binary' method that says to the printer to not interpret as
ascii.
Does anyone know the magic word for this ? We are using Universe on Red
Hat
Linux.
Thanks
Anthony
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
[ Eckel certifies this E-mail to be virus free. ]


---
[ Eckel certifies this E-mail to be virus free. ]
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
--
Anthony W. Youngman [EMAIL PROTECTED]
'Yings, yow graley yin! Suz ae rikt dheu,' said the blue man, taking the
thimble. 'What *is* he?' said Magrat. 'They're gnomes,' said Nanny. The man
lowered the thimble. 'Pictsies!' Carpe Jugulum, Terry Pratchett 1998
Visit the MaVerick web-site - http://www.maverick-dbms.org Open Source Pick
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port

2004-06-05 Thread Anthony W. Youngman
In message [EMAIL PROTECTED], Karl L Pearson 
[EMAIL PROTECTED] writes
Nice information, but, how would one switch back to PCL? For that
matter, where did you get that information and is it on the internet
somwhere?
It's standard PJL - note the *J* not C. Go to HP's site and look for it 
(or get the HP tech ref manual set - it's about $100 but it's money well 
spent if you want to learn about printing with HPs.
TIA,
Karl
Cheers,
Wol
On Fri, 2004-06-04 at 14:21, Ron White wrote:
I don't have any specific knowledge of Epson printers
but on HP you can cause the printer to shift to postscript
personality by sending then following:
PRINT CHAR(27):'%-12345X':
PRINT '@PJL ENTER LANGUAGE = PostScript'
This turns off the default PCL processing and enables
postscript.
Ron White
- Original Message -
From: Anthony Dzikiewicz [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, June 04, 2004 1:53 PM
Subject: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port
 I know there must be a way to do this.  I thought Id ask so it would save
a
 lot of aggravation.  We have a bunch of dumb terminals (vt100 emulation)
 with printers attached to the printer port.  Currently, we have Epson
 printers attached and are printing ascii text to a pre-printed form.  I
 would like to use laser printers with postscript.  So, I am experimenting
 with a postscript file that I would like to print via the aux port.  What
 Ive done is to write a test program to open the aux port via control
codes,
 then cat the postscript file, then close the aux port.  What prints out is
 the postscript verbatim.  I suppose 'cat' is not the way to go, but some
 kind of 'binary' method that says to the printer to not interpret as
ascii.
 Does anyone know the magic word for this ? We are using Universe on Red
Hat
 Linux.
 Thanks
 Anthony
 ---
 u2-users mailing list
 [EMAIL PROTECTED]
 To unsubscribe please visit http://listserver.u2ug.org/
 ---
 [ Eckel certifies this E-mail to be virus free. ]



---
[ Eckel certifies this E-mail to be virus free. ]
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
--
Anthony W. Youngman [EMAIL PROTECTED]
'Yings, yow graley yin! Suz ae rikt dheu,' said the blue man, taking the
thimble. 'What *is* he?' said Magrat. 'They're gnomes,' said Nanny. The man
lowered the thimble. 'Pictsies!' Carpe Jugulum, Terry Pratchett 1998
Visit the MaVerick web-site - http://www.maverick-dbms.org Open Source Pick
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port

2004-06-05 Thread Tony Gravagno
Personally I'd recommend that you reconsider the architecture that you're
trying to build, rather than reconsidering the specific devices that you're
trying to fit into that architecture.  I'm reading square pegs and round
holes here.

Dumb terminals were designed when we didn't have anything better.  Do you
really want to hang many laserjets around on dumb terminals that cost less
than the printers themselves?  Do each of your end-users really require
exclusive access to a laserjet?  And do you really need to manually generate
a lot of PCL?

I understand the needs of smaller sites and that it's not easy to drag new
cables around for a new printer, etc.  These days a wireless setup will cost
as much as the $100 manual that someone proposed.  And it's much easier to
generate XML or HTML and export it as PDF, or use some other more text-based
methods that result in high quality printed output.

I'm just suggesting that you think outside of the box for a moment and
consider something different than what the site already has, rather than
just replacing old methods with new hardware.

Good luck,
Tony

From Anthony Dzikiewicz
 I think you're right.  I assumed that this is postscript 
 printer.  We have
 always used this with windows and could print postscript, but 
 it is being
 converted.  I guess I should start over with a real 
 postscript printer and take it from there.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port

2004-06-05 Thread Anthony Dzikiewicz
Much has been considered.  These are retail cashiering station that we are
talking about.  One central printer would be my next choice.  The only thing
that can go wrong is that the printer hangs and the whole front counter is
dead.  When the printer runs out of paper, or toner or the drum, or what
have you, they would panic, because the light would be blinking and they
wouldnt know what to do (these guys really arent too bright and would
always rather have the other guy fix the problem). It will lead to a
situation where the printer gets disabled at the unix level and has to be
enabled (easy for you and me, but a mountain for these guys).  Mind you all
this is happening in a retail environment with customers waiting for
receipts (ever been in a supermarket when the receipt printer jams - what if
that was one printer for the whole market).  This isnt good. The spooler is
the obstacle that Im trying to avoid. I started to think of the cheapest,
easiest, uncomplicated way to go about doing this. This is to continue doing
the same thing that has worked flawlessly for about 15 years. The reason for
going to laser is to eliminate preprinted forms, which saves substantial
cash.  I originally believed that the $99 laser I had did postscript.  If it
did, I would be golden.  It doesnt.  It does do PCL4.  So, my next avenue
to explore is to convert the postscript to PLC4 or convert the PDF being
created directly to PCL4.  Currently, the preprinted forms/Epson arrangement
is doing straight ascii printing.  We have started using the Cross PDF
package and we are converting everything to PDF. We are eliminating pre
printed forms wherever they exist.  If all of this ends up not working, then
I will go with the spooled printer solution.  Then I have to create a bunch
of menu options to allow users to view the status of the spooler and printer
- is lpd running, is the printer disabled, is there a lock file that needs
to be cleaned up.  I dont look forward to this. The dumb terminal cost
about $350 w/kybd new.  The laser Im considering is $99.  The cheapest laser
that does postscript (that I know of yet) is the hp 2100 about $400. Im open
to anything that is completely simple and cheap.  I have brought up the idea
of thermal printers like they use in Best Buy, etc... nobody likes em.  We
are a furniture store and the appearance of this just doesnt fit
considering the average ticket is about $1500 and some substantially more.
The owner likes something a little more elegant. So, now you know a little
more about the environment what do you think ?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tony Gravagno
Sent: Saturday, June 05, 2004 5:08 PM
To: [EMAIL PROTECTED]
Subject: RE: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port

Personally I'd recommend that you reconsider the architecture that you're
trying to build, rather than reconsidering the specific devices that you're
trying to fit into that architecture.  I'm reading square pegs and round
holes here.

Dumb terminals were designed when we didn't have anything better.  Do you
really want to hang many laserjets around on dumb terminals that cost less
than the printers themselves?  Do each of your end-users really require
exclusive access to a laserjet?  And do you really need to manually generate
a lot of PCL?

I understand the needs of smaller sites and that it's not easy to drag new
cables around for a new printer, etc.  These days a wireless setup will cost
as much as the $100 manual that someone proposed.  And it's much easier to
generate XML or HTML and export it as PDF, or use some other more text-based
methods that result in high quality printed output.

I'm just suggesting that you think outside of the box for a moment and
consider something different than what the site already has, rather than
just replacing old methods with new hardware.

Good luck,
Tony

From Anthony Dzikiewicz
 I think you're right.  I assumed that this is postscript 
 printer.  We have
 always used this with windows and could print postscript, but 
 it is being
 converted.  I guess I should start over with a real 
 postscript printer and take it from there.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.691 / Virus Database: 452 - Release Date: 5/26/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.691 / Virus Database: 452 - Release Date: 5/26/2004
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port

2004-06-05 Thread Tony Gravagno
 Anthony Dzikiewicz wrote:
 Much has been considered.  These are retail cashiering  station that we
are
 talking about.  One central printer would be my next choice. The only
thing
 that can go wrong is that the printer hangs and the whole front counter is
 dead.

And you could go multi-printer but then you're concerned about spooler
failure.  I understand the thought process going on there.  It's a shame
that we have to code around a printer or the spooler as a single point of
failure.  Spoolers have been around as long as there have been multiuser
systems, and yet they're still a big worry.

One option is to use minimal PC's at each workstation, pump the data to the
POS and have it do its own printing.  A jam is localized and you can requeue
if the jam is cleared.  You can also reroute to a different workstation if
required because the spooler isn't involved.  You can use an old 286 for the
workstation, but I admit this is adding some cost and complication.  It's
probably not worth it to re-invent the way things work over there, but I
think more research into this is worthwhile.

 Mind you all
 this is happening in a retail environment with customers waiting for
 receipts (ever been in a supermarket when the receipt printer jams - what
if
 that was one printer for the whole market).  This isn't good.

I hear ya.  I've spent months coding the new NebulaPay payment processing
software so that there are no bottlenecks or critical failure points between
the consumer and the bank - except if the MV server itself dies or the
internet stops working.  None of us want people standing in line.

 The owner likes something a little more elegant. So, now you know a little
 more about the environment what do you think ?

I think I'm glad that I avoid working with peripherals.  :)

Good luck.
Tony (the other one)
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port

2004-06-04 Thread Anthony Dzikiewicz
I think you're right.  I assumed that this is postscript printer.  We have
always used this with windows and could print postscript, but it is being
converted.  I guess I should start over with a real postscript printer and
take it from there.
Sorry for the trouble
Anthony

 -Original Message-
From:   [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]  On Behalf Of Donald Kibbey
Sent:   Friday, June 04, 2004 3:31 PM
To: [EMAIL PROTECTED]
Subject:[U2] [OT]Postscript to a Laser on Dumb Term Aux Port

This usually occurs when the printer is either not Postscript capable or has
PCL mode turned on.  If this is an HP type printer with the postscript card,
make sure your first set of commands actually sent to the printer switch it
over to postscript mode (which is nothing more than an ascii data stream).





Don Kibbey
Financial Systems Manager
Finnegan, Henderson, Farabow, Garrett  Dunner LLP
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port

2004-06-04 Thread Karl L Pearson
Nice information, but, how would one switch back to PCL? For that
matter, where did you get that information and is it on the internet
somwhere?

TIA,

Karl

On Fri, 2004-06-04 at 14:21, Ron White wrote:
 I don't have any specific knowledge of Epson printers
 but on HP you can cause the printer to shift to postscript
 personality by sending then following:
 
 PRINT CHAR(27):'%-12345X':
 PRINT '@PJL ENTER LANGUAGE = PostScript'
 
 This turns off the default PCL processing and enables
 postscript.
 
 Ron White
 
 - Original Message - 
 From: Anthony Dzikiewicz [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, June 04, 2004 1:53 PM
 Subject: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port
 
 
  I know there must be a way to do this.  I thought Id ask so it would save
 a
  lot of aggravation.  We have a bunch of dumb terminals (vt100 emulation)
  with printers attached to the printer port.  Currently, we have Epson
  printers attached and are printing ascii text to a pre-printed form.  I
  would like to use laser printers with postscript.  So, I am experimenting
  with a postscript file that I would like to print via the aux port.  What
  Ive done is to write a test program to open the aux port via control
 codes,
  then cat the postscript file, then close the aux port.  What prints out is
  the postscript verbatim.  I suppose 'cat' is not the way to go, but some
  kind of 'binary' method that says to the printer to not interpret as
 ascii.
  Does anyone know the magic word for this ? We are using Universe on Red
 Hat
  Linux.
  Thanks
  Anthony
  ---
  u2-users mailing list
  [EMAIL PROTECTED]
  To unsubscribe please visit http://listserver.u2ug.org/
  ---
  [ Eckel certifies this E-mail to be virus free. ]
 
 
 
 
 
 ---
 [ Eckel certifies this E-mail to be virus free. ]
 ---
 u2-users mailing list
 [EMAIL PROTECTED]
 To unsubscribe please visit http://listserver.u2ug.org/
-- 
Karl L. Pearson
Director of IT,
ATS Industrial Supply
Direct: 801-978-4429
Toll-free: 888-972-3182 x29
Fax: 801-972-3888
http://www.atsindustrial.com
[EMAIL PROTECTED]
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port

2004-06-04 Thread Louis Windsor
Try Googling for them.  Here is a start:-

http://www.laserjet.co.uk/manuals.htm

Louis

- Original Message - 
From: Karl L Pearson [EMAIL PROTECTED]
To: u2-users [EMAIL PROTECTED]
Sent: Saturday, June 05, 2004 5:25 AM
Subject: Re: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port


: Nice information, but, how would one switch back to PCL? For that
: matter, where did you get that information and is it on the internet
: somwhere?
:
: TIA,
:
: Karl
:
: On Fri, 2004-06-04 at 14:21, Ron White wrote:
:  I don't have any specific knowledge of Epson printers
:  but on HP you can cause the printer to shift to postscript
:  personality by sending then following:
: 
:  PRINT CHAR(27):'%-12345X':
:  PRINT '@PJL ENTER LANGUAGE = PostScript'
: 
:  This turns off the default PCL processing and enables
:  postscript.
: 
:  Ron White
: 
:  - Original Message - 
:  From: Anthony Dzikiewicz [EMAIL PROTECTED]
:  To: [EMAIL PROTECTED]
:  Sent: Friday, June 04, 2004 1:53 PM
:  Subject: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port
: 
: 
:   I know there must be a way to do this.  I thought Id ask so it would
save
:  a
:   lot of aggravation.  We have a bunch of dumb terminals (vt100
emulation)
:   with printers attached to the printer port.  Currently, we have Epson
:   printers attached and are printing ascii text to a pre-printed form.
I
:   would like to use laser printers with postscript.  So, I am
experimenting
:   with a postscript file that I would like to print via the aux port.
What
:   Ive done is to write a test program to open the aux port via control
:  codes,
:   then cat the postscript file, then close the aux port.  What prints
out is
:   the postscript verbatim.  I suppose 'cat' is not the way to go, but
some
:   kind of 'binary' method that says to the printer to not interpret as
:  ascii.
:   Does anyone know the magic word for this ? We are using Universe on
Red
:  Hat
:   Linux.
:   Thanks
:   Anthony
:   ---
:   u2-users mailing list
:   [EMAIL PROTECTED]
:   To unsubscribe please visit http://listserver.u2ug.org/
:   ---
:   [ Eckel certifies this E-mail to be virus free. ]
:  
:  
:  
: 
: 
:  ---
:  [ Eckel certifies this E-mail to be virus free. ]
:  ---
:  u2-users mailing list
:  [EMAIL PROTECTED]
:  To unsubscribe please visit http://listserver.u2ug.org/
: -- 
: Karl L. Pearson
: Director of IT,
: ATS Industrial Supply
: Direct: 801-978-4429
: Toll-free: 888-972-3182 x29
: Fax: 801-972-3888
: http://www.atsindustrial.com
: [EMAIL PROTECTED]
: ---
: u2-users mailing list
: [EMAIL PROTECTED]
: To unsubscribe please visit http://listserver.u2ug.org/
:
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/