| To my knowledge you have three standard devices on the aTArI when
you talk about redirecting outputs (apart from the filesystem).
You can redirect "standard output" and "standard error" to :
PRN: The Paralel centronix interface port
CON: Your screen
AUX: The serial port
so in a shell you would need after "printer setup" to do i.e.
% ls -l>AUX:
or
% cat file.c>AUX:
-to get the listing out on the modem/AUX port. (Default is here
normally the CON:)
If your "printer setup" does not specifically contain anything about
speed, it is a paralel port setup.
In the end I have not any ATARI serial printer setup experiance, gues
what ?/
mine is paralel.
����Martin
|
| It seems to me, Steph, that the print setup only applies to what happens
when you hit ALT-HELP or otherwise request the SYSTEM to do a
print-screen.
It doesn't change the meaning of PRT:.
However, your own program can look up this value and make the appropriate
defaults by calling the Setprt() xbios function.
|