[comp.lang.postscript] baud rate on Qume SCripten

wrv@balr.com (Bill Vogel) (12/11/90)

Newsgroups: comp.lang.active
Subject: how to set baud on Qume Scripten
Distribution: world

How do I set the baud rate on a Qume Scripten printer?

I have tried the following:

	serverdict begin 0 exitserver
	statusdict begin
	25 9600 0 setsccbatch
	end
	^D

I have also done this:
	serverdict begin 0 exitserver
	statusdict begin
	25 sccbatch
	pstack flush
	^D

Which produces this:
	0
	9600

So why is the printer ignoring my setting?

Any help is appreciated, since I've lost the manual.

	-Bill Vogel, BALR Corp.