On Sat, Oct 27, 2012 at 11:07 AM, Alan Stern <st...@rowland.harvard.edu> wrote:
> Speaking as someone who knows practically nothing about the various
> APIs in Windows, the impression I get is that the "competing program"
> is using a "raw SCSI" interface.  The analogous facility in Linux is
> provided by the sg (SCSI generic) driver; it offers a way for user
> programs to send arbitrary SCSI commands to any device that uses the
> SCSI protocol.
>
> The user program tells sg what the command data bytes are, how much
> data should be transferred and in which direction, provides a transfer
> buffer and a status buffer, and so on.  The sg driver then invokes the
> lower-level SCSI handler (which in this case would be the USB
> mass-storage driver) to carry out the command.
>
> Does Windows provide this sort of "raw SCSI" interface?
>

I think so. I believe ST ST-Link V1 is one of them.
https://github.com/texane/stlink


-- 
Xiaofan

------------------------------------------------------------------------------
WINDOWS 8 is here. 
Millions of people.  Your app in 30 days.
Visit The Windows 8 Center at Sourceforge for all your go to resources.
http://windows8center.sourceforge.net/
join-generation-app-and-make-money-coding-fast/
_______________________________________________
libusbx-devel mailing list
libusbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libusbx-devel

Reply via email to