Path: utzoo!utgpu!watmath!clyde!att!osu-cis!killer!ames!ucsd!nosc!humu!uhccux!lee From: lee@uhccux.uhcc.hawaii.edu (Greg Lee) Newsgroups: comp.os.cpm Subject: Re: redirection of output Message-ID: <2933@uhccux.uhcc.hawaii.edu> Date: 5 Jan 89 10:20:47 GMT References: <1996@sigma.UUCP> Organization: University of Hawaii Lines: 18 From article <1996@sigma.UUCP>, by bill@sigma.UUCP (William Swan): " >" My father works on a Kaypro II and a Kaypro 10. He is trying to redirect " >" output form the serial port (printer) to a disk file. Is there a CPM " >" instruction to do this? Maybe a small utility? " > " >PIP " " Actually, no. What is needed is some form of i/o capture utility. I believe I was a little terse -- I couldn't remember anything more than that I had used PIP for this on the Kaypro II. Now it's coming back to me. A terminal program with a capture-text-in-file mode should work. But you can use PIP if you're desperate. You have to modify PIP with DDT by inserting a few assembler instructions to read the port. This is a supported hack -- there's a little room left in PIP for this very purpose. As I recall, there is ascii text in the PIP code saying where the right place is. Greg, lee@uhccux.uhcc.hawaii.edu