[net.micro.trs-80] Mod 100 - how to put line feeds in uploaded files

hes@ecsvax.UUCP (Henry Schaffer) (03/12/86)

<>Files uploaded with TELCOM have lines separated with carriage
returns (CR) with no lines feeds (LF).  Some modem programs will
add a LF, but some (e.g., PC-VT which I use) do not.  I obtained
a utility program (ADDLF.COM) to take care of this for me.

  The file POKES.100 by Tony Anderson has the solution.

POKE 63066,1 will cause TELCOM to send a LF after a CR.
POKE 63066,0 will return to no LF after a CR.

  I verified that it works on my Mod 100.  (There's alot of good
material in Tony's document, it's about 250 lines.  I have the
6/7/85 version - let me know if there is a newer one.)

--henry schaffer

moore@mit-eddie.MIT.EDU (Andrew M. Moore) (03/14/86)

   A question about Tony Anderson's file -- he lists a memory area that
is the MDM: and COM: input buffer, but the addresses are beyond 65535,
and therefore are probably not the correct addresses for the buffer.
Does anyone know the correct location (range from-to) of the modem
receive buffer?

-drew
 arpa: MOORE%MIT-EECS@MIT-MC.ARPA
 uucp: ...mit-eddie!moore
   us: Box 121, North Quincy, MA  02171