[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference 7.286::atarist

Title:Atari ST, TT, & Falcon
Notice:Please read note 1.0 and its replies before posting!
Moderator:FUNYET::ANDERSON
Created:Mon Apr 04 1988
Last Modified:Tue May 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1433
Total number of notes:10312

172.0. "The PRN: device?" by PANGLS::BAILEY () Fri Jul 22 1988 09:57

    Why does the PRN: device always stand for the parallel port?  I
    was under the impression that if I indicated in the Printer Setup
    that my printer was the Modem port, then anything sent to PRN: would
    go to the modem port.
    
    This does not appear to be the case.  Therefore, what exactly does
    the Printer Setup dialogue do?
    
    Steph
T.RTitleUserPersonal
Name
DateLines
172.1If it was only the ribbons ....PILOU::ANDERSENRelocating my way home ?Fri Jul 22 1988 11:5726
    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        
172.2You can look it up, but PRN: is always parallel.PRNSYS::LOMICKAJJeff LomickaFri Jul 22 1988 12:099
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.