Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site ecsvax.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!mcnc!ecsvax!hes From: hes@ecsvax.UUCP (Henry Schaffer) Newsgroups: net.micro.trs-80 Subject: Mod 100 - how to put line feeds in uploaded files Message-ID: <1272@ecsvax.UUCP> Date: Tue, 11-Mar-86 19:18:55 EST Article-I.D.: ecsvax.1272 Posted: Tue Mar 11 19:18:55 1986 Date-Received: Fri, 14-Mar-86 04:26:25 EST Distribution: net Organization: NC State Univ. Lines: 15 <>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