info-mac@utcsrgv.UUCP (info-mac) (05/31/84)
Date: 26 May 1984 19:38:06-MDT From: Dale Carstensen C-3 <uw-beaver!dlc@lanl> Reply-To: dlc@lanl To: info-mac@lanl Subject: 7 bit, even parity for net.sources MacTEP George Brett from North Carolina put a faster and more capable version of MacTEP on net.sources than the earlier ar.info-mac version. I posted changes for 7 bit, even parity to info-mac for the earlier version, and this is similar for the net.sources (Fri May 25 06:26:39 MDT ??) version, although it was much easier to do with this version. Dale Carstensen, (505)667-0849, dlc@lanl-a, lanl-a!dlc, denelcor!dcarst 2205 PARDB = PARNONE + DB8 5061 PRINT "Hit <space bar> for 7E, <return> for 8N." 5062 C$ = INKEY$: IF C$ = "" THEN GOTO 5062 5063 IF (C$ <> " ") AND (C$ <> CHR$(13)) THEN GOTO 5062 5064 IF C$ = " " THEN PARDB = PAREVEN + DB7 5110 PARAMLIST(28\2)=SB1+PARDB+TC 5170 PARAMLIST(28\2)=SB1+PARDB+TC