Subject: Re: Serial Printing Problems
To: None <derry.birse@ind.alstom.com>
From: Christoph Badura <bad@oreilly.de>
List: netbsd-help
Date: 09/01/1999 18:59:44
derry.birse@ind.alstom.com writes:

>I am nearing my wits end with regard to setting up a serial port connection to
>an HP DeskJet 550c on a Sun 3/60 running NetBSD 1.3.2, can anyone help?

>I can print text files without any problems, however when I send a graphics file
>generated by ghostscript it manages one raster line and then proceeds to print
>gibberish.

My first guess would be that the tty driver is doing LF->CR/LF conversion.
Maybe changing the output mode with the ms= string helps.

-- 
Christoph Badura					www.netbsd.org

	Anything that can be done in O(N) can be done in O(N^2).
	-- Ralf Schuettau (after looking at a particular piece of code)