[net.micro] more on apple pascal i/o

ndd (06/21/82)

	In trying to run the terminal program that I found in the July 1981
Byte, I uncovered a bug that may cause some problems. In the unitwrite
command in the terminal part of the case statement, mode 1 is used.
(It is also used in unitread, but has no effect there.) The
documentation says that there is no mode 1. What is necessary here is the
mode which disables the sending of a line feed with a carriage return. A
further problem is that the manual says that this is accomplished using mode
4, but that does not work on my system. Mode 8, which is supposed to control
DLE conversion, is the mode that disables auto line feed. I haven't bothered
to find out which mode actually handles the DLE conversion.


					Ned Danieley
					duke!ndd