Alexandre Souza wrote:
Talking'bout SCSI, see that
http://instruct1.cit.cornell.edu/courses/ee476/FinalProjects/s2001/sjk26/De…
I'll take a nice look how this interfacing was done, there are much
to learn here! :oD
Interfacing *to* a SCSI device should be fairly straightforward. It's a bit
more complex to make something look like a SCSI device though due to the
command set that needs to be supported. I'm not sure what the minimum that
needs to be done is (beyond just read / write / inquiry / test-unit-ready /
request-sense). Fun project, though.