Using Transcript software on /dev/mcpp0

Graham Underwood advsys!graham at relay.eu.net
Thu Mar 22 00:14:30 AEST 1990


In article <5875 at brazos.Rice.edu> you write:
>X-Sun-Spots-Digest: Volume 9, Issue 83, message 11

>Here's the problem:  I'm using Sun's Transcript software with a QMS-PS810
>laser printer attached to /dev/ttyb on a Sun 4/280 running SunOS 4.0.3
>with all the relevant bug fixes.  Users are complaining that it takes too
>long to print 1MB postscript plot files.  So I figure, "Why not use the
>ALM-2 parallel port, since the QMS-PS810 also has a parallel port?"

I dont know much about transcript, but I have some experience of writing
print filters for postscript printers. The problem could well be caused by
the different behaviour of the printer on RS232 and parallel. 

On RS232 you can send ^T and the printer will respond with a status
message in the form `%%[ status: busy ]%%'. The filters can therefore
parse these and print out useful messages on the console like `paper out'.
On parallel there is no such feature.  If transcript is written assuming
RS232 behaviour you are in trouble.

What I did was disable all ^Ting if the interface was parallel and it
works fine, only you dont get any status messages back - and yes it is
faster.  Doesn't help you much for transcript though.

An alternative approach is to connect via RS232 AND parallel and use the
RS232 for the ^Ts - again not much help for transcript.

If you want an unbiased opinion, the best solution would be to buy some
decent printer software !  If you want a really unbiased opinion ask one
of our sales staff.

Graham

graham at advent.co.uk
..!ukc!advsys!graham



More information about the Comp.sys.sun mailing list