Televideo (CP/M) to Unix Copy
Brandon S. Allbery
allbery at ncoast.UUCP
Sat Aug 20 10:39:19 AEST 1988
Looking at my reply, I thought of a few other things....
As quoted from <12260 at ncoast.UUCP> by allbery at 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
More information about the Comp.unix.wizards
mailing list