[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Apple II c programing question



On Jan 29, 3:53 pm, therma...@snip.net wrote:
> I have an old interactive engineering program that I still like to
> use. When I ran the program on a IIE,  the PR#1 command still showed
> all the output on the monitor... as well as directing it to the
> printer (ie: kept both ports open).   The same PR#1 command in my IIc
> cuts off the monitor display while outputting to the printer. Is there
> a simple way to keep two ports... PR# 0 and PR#1 open concurrently?
> Thanks.

This is documented in chapter 7 of the //c user's guide.  After typing 
pr#1, type CTRL-I and then followed by I.

For port 2, you can do the same, only use CTRL-A instead of CTRL-I  -- 
Took me forever to figure this one out when doing the game server 
stuff :-D

-Brendan