[comp.sys.mac.programmer] Serial i/o from MPS Pascal

peirce@claris.UUCP (Michael Peirce) (06/18/88)

Is there a simple way to open the serial port as a regular text
file?  In previous work I've used LightSpeedC and in it it was
easy to simply fopen the .AOut file and then use good old fashion
fprintf()'s to print to the serial port.  I'd like to do something
similar in Pascal with writeln.       

So what's the trick?  I tried rewrite(debugFile,'.AOut') and this
didn't work (although I never got an error from it).  

-- michael

{ames,sun,apple}!claris!peirce