From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] scanner support From: anothy@cosym.net MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Message-Id: <20010723135659.9A4F4199DD@mail.cse.psu.edu> Date: Mon, 23 Jul 2001 09:56:56 -0400 Topicbox-Message-UUID: d445f712-eac9-11e9-9e20-41e7f4b1d025 //the SCSI-2 standard (somewhat stupidly) only specifies //how to get data from scanners, and says nothing about //the format of the data itself. well okay, that seems like a reasonable place to start. so... anyone done anything for getting the data from scanners? it looks like i need the Extended Read command, which scuzz can't do but might know something about (it's in scuzz/scsireq.h). there's also some scanner specific stuff that might be needed, a "scan" and a "get window" (i think) command. on using APE: well, that could work. i've used SANE under Unix, but it's a beast to build. anyone know of any other scanner software that works by sending scsi commands (rather than through a specialized driver) that might be worth trying? -α.