Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!munnari.oz.au!ariel!ray From: ray@ariel.ucs.unimelb.edu.au (Douglas Ray) Newsgroups: comp.sys.ibm.pc.hardware Subject: Re: ?covax voice master 2 programming Message-ID: <656@ariel.ucs.unimelb.edu.au> Date: 13 May 91 00:43:27 GMT Article-I.D.: ariel.656 References: <652@ariel.ucs.unimelb.edu.au> Organization: University of Melbourne Lines: 14 From article <652@ariel.ucs.unimelb.edu.au>, by doug@unimelb.edu.au (Douglas Ray): > I've just got one of these (8 bit da/ad) cards: has anyone already > worked out how to run one from the i/o ports (as opposed to using the turns out this is easy. Just read from or write to the port; there's no interrupts to tell you when data's ready or such, it just goes as fast as it can. Card uses all standard chips: NS ADC0804, and so forth. encoding is 8 bit: FF h -> +1 80 h(or 7F) -> 0 00 h -> -1 and I think linear but not certain. - douglas doug@unimelb.EDU.AU