From: Dmitry on
Hi All!

I need to emulate usb mass storage device.

Could you help?
What I need to read?

Some samples?

Thanks all for any info!

Dmitry


From: Maxim S. Shatskih on
> What I need to read?

And what is your own answer to these questions? :-)

> Some samples?

And what is your own answer to this question? :-) for me, at least 2 answers are obvious.

Do not expect that you will have a copy-paste-able sample for any more-or-less serious task.

--
Maxim S. Shatskih
Windows DDK MVP
maxim(a)storagecraft.com
http://www.storagecraft.com

From: Doron Holan [MSFT] on
you can use DSF (device simulation framework) in the WDK to create the
emulator for the usb device. you will have to learn DSF and understand the
usb mass storage protocol from a device (vs software) POV. not a trivial
amount of work

d

--

This posting is provided "AS IS" with no warranties, and confers no rights.


"Dmitry" <Dmitry(a)discussions.microsoft.com> wrote in message
news:B95CE8CA-C84E-448D-AF0E-0AED3C0606FB(a)microsoft.com...
> Hi All!
>
> I need to emulate usb mass storage device.
>
> Could you help?
> What I need to read?
>
> Some samples?
>
> Thanks all for any info!
>
> Dmitry
>
>
From: Pavel A. on
"Dmitry" <Dmitry(a)discussions.microsoft.com> wrote in message
news:B95CE8CA-C84E-448D-AF0E-0AED3C0606FB(a)microsoft.com...
> Hi All!
>
> I need to emulate usb mass storage device.
>
> Could you help?
> What I need to read?

Have you seen the USB simulation framework (DSF USB) included in the WDK?

-- pa


From: Dmitry on
Thank you Doron!

Will learn

DM

"Doron Holan [MSFT]" wrote:

> you can use DSF (device simulation framework) in the WDK to create the
> emulator for the usb device. you will have to learn DSF and understand the
> usb mass storage protocol from a device (vs software) POV. not a trivial
> amount of work
>
> d
>
> --
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
> "Dmitry" <Dmitry(a)discussions.microsoft.com> wrote in message
> news:B95CE8CA-C84E-448D-AF0E-0AED3C0606FB(a)microsoft.com...
> > Hi All!
> >
> > I need to emulate usb mass storage device.
> >
> > Could you help?
> > What I need to read?
> >
> > Some samples?
> >
> > Thanks all for any info!
> >
> > Dmitry
> >
> >
> .
>