Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site decwrl.UUCP Path: utzoo!linus!decvax!decwrl!lipman From: lipman@decwrl.UUCP Newsgroups: net.micro.cbm Subject: id AA06501; Sun, 19 Feb 84 11:12:43 pst Message-ID: <5693@decwrl.UUCP> Date: Sun, 19-Feb-84 14:12:50 EST Article-I.D.: decwrl.5693 Posted: Sun Feb 19 14:12:50 1984 Date-Received: Sun, 19-Feb-84 20:15:42 EST Sender: lipman@decwrl.UUCP Organization: DEC Western Research Lab, Los Altos, CA Lines: 35 Message-Id: <8402191912.AA06501@decwrl.uucp> Date: Sunday, 19 Feb 1984 11:17:07-PST From: eden::p_macdonald To: net.micro.cbm Subject: Cardco Secret Command _ My Problem is Solved! I talked to Cardco the interface people about the upper/lower case problem I was having with the RX-80 and Cardco G. Apparently, they left out a rather important set of addresses in their interface lock command. The lock command they supplied in their manual locks the interface in upper case mode: OPEN4,4,25:CMD4:PRINT#4:CLOSE4 To lock the interface in an upper/lower case mode the following "missing from the manual" command has to be used: OPEN4,4,27:CMD4:PRINT#4:CLOSE4 or OPEN4,4,28 ... if you need line feeds The key is the address 27 or 28 in the open statement. If you happen to be using Compute Gazette's Speedscript text processor, type the following before loading the program: OPEN4,4,28:CMD4:PRINT#4:CLOSE4 That'll lock the interface in upper and lower case mode, plus you won't have to stick the reverse "a" at the top of each file for ascii conversion. Not only that, but you'll be able to use all your non-Commodore printer functionality.