Path: utzoo!attcan!uunet!husc6!mailrus!cornell!batcomputer!wilker From: wilker@batcomputer.tn.cornell.edu (Clarence W. Wilkerson Jr.) Newsgroups: comp.os.cpm Subject: Re: MEX Overlays and SCSI Implementations Summary: z80sio scsi Message-ID: <6810@batcomputer.tn.cornell.edu> Date: 14 Nov 88 15:09:25 GMT References: <8811140554.AA25836@ucbvax.Berkeley.EDU> Organization: Theory Center, Cornell U., Ithaca NY Lines: 20 For using the z80 SIO, there are several variants , but the zerox 820 source code should provide a guid. Variants include the port addresses, whether the two port addresses are interleaved or not, and how the data rate is set ( this is external to the z80sio. For the scsi question, there are lots of scsi controller boards going on the surplus market for under $100, see Computer Surplus Store ads in BYTE or Computer Shopper. Surplus 10 megs drives are about $100. The port to talk to the SCSI drive is basically a bidirectional parallel port with several status lines. It is balanced by a resistor network to about 3 volts. The pc board approach is used by some tandy coco suppliers, and I know of at least one such arrangement for Heath Zenith H89's. The address lines for memory don't have to be selected, you can just address it via ports, but of course you have to write the software. The SASI or SCSI software is probably more generic.