Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!pwa-b!mmintl!jeffm From: jeffm@mmintl.UUCP (Jeffrey Miller) Newsgroups: net.micro.apple Subject: Re: Help with AE 80-column card? Message-ID: <1627@mmintl.UUCP> Date: Wed, 2-Jul-86 23:30:15 EDT Article-I.D.: mmintl.1627 Posted: Wed Jul 2 23:30:15 1986 Date-Received: Fri, 4-Jul-86 04:45:25 EDT References: <3769@decwrl.DEC.COM> Reply-To: jeffm@mmintl.UUCP (Jeffrey Miller) Organization: Multimate International, E. Hartford, CT Lines: 37 In article <3769@decwrl.DEC.COM> binder@lando.dec.com writes: >I just bought an Applied Engineering Viewmaster-80 card for my ][+ and I'm >having trouble using it with CP/M. > >My machine is homebuilt, not an official Apple, and it has a full keyboard. >The AE card traps out ^A to switch its case lock, and it traps out ^K to >generate a left bracket. I want to disable the ^A and ^K trapping, so that I >can use the Turbo Pascal editor with its default key bindings. WordStar does >the disable just fine, but I believe that's because WordStar has its own >keyboard driver to allow typeahead. There's no documentation in the AE manual Correct me if I'm wrong but you're obviously running a Microsoft Softcard (or copy) with CP/M 2.2x. CP/M is doing the trapping cause most apples can't type a '[' so ^K is trapped and translated. This also is done so that ^B becomes '\', ^U is a tab, and there's one other I can't remember, maybe ^@ or something. You need to run configio.bas, which will read and write the I/O configuration block where keyboard characters get redefined. This utility comes with Ms CP/M 2.2x. You may be able to get some help with the ^A trapping from AE, since this isn't one of the standard chars trapped by CP/M. Check for it anyway in the keyboard character redefinition table with configio.bas. * ************************************************* * Jeff Miller * * Multimate International Corp. * * 52 Oakland Avenue * * East Hartford, CT 06108-9911 * * (203) 522-2116 x257 * * UUCP: * * ...!seismo!utah-cs!utah-gr!pwa-b!mmintl!jeffm * * * --> * P.S. I can't *mail* to ARPA but I can receive * <-- --> * from there. News I *post* should get there. * <-- ************************************************* *