Path: utzoo!utgpu!attcan!uunet!husc6!bloom-beacon!tut.cis.ohio-state.edu!cwjcc!hal!ncoast!allbery
From: allbery@ncoast.UUCP (Brandon S. Allbery)
Newsgroups: comp.unix.wizards
Subject: Re: Televideo (CP/M) to Unix Copy
Message-ID: <12262@ncoast.UUCP>
Date: 20 Aug 88 00:39:19 GMT
References: <119@gillxp> <12260@ncoast.UUCP>
Reply-To: allbery@ncoast.UUCP (Brandon S. Allbery)
Followup-To: comp.unix.wizards
Organization: Cleveland Public Access UN*X, Cleveland, Oh
Lines: 28

Looking at my reply, I thought of a few other things....

As quoted from <12260@ncoast.UUCP> by allbery@ncoast.UUCP (Brandon S. Allbery):
+---------------
| 			PIP LPT2:=filename.ext
| 
| (The device name may be wrong, I haven't used it in awhile and my manuals
| aren't readily available.)  On the System V side, you can catch data from
+---------------

It's the printer device prefix plus the printer number; SETUP will tell you
which printer number the serial port is.  Make sure you haven't enabled the
port as a console!

I can look up the exact device name for CCP/M, if you need it; send me mail.

+---------------
| 	$ stty icanon -echo eof '^z' ... < /dev/ttyXX
+---------------

Add "-icrnl" to that command, or the "tr" won't work.  You could leave it
out and use "sed '/^$/d'" in place or the "tr", but you'll lose any
intentional blank lines in the file as well.

++Brandon
-- 
Brandon S. Allbery, uunet!marque!ncoast!allbery			DELPHI: ALLBERY
	    For comp.sources.misc send mail to ncoast!sources-misc