Prev: INF for Ports class CDC USB device using usbser.sys fails DTM INFT
Next: INF for Ports class CDC USB device using usbser.sys fails DTM
From: Dmitry on 21 Apr 2010 10:10 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 21 Apr 2010 10:26 > 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 21 Apr 2010 17:29 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 21 Apr 2010 17:28 "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 22 Apr 2010 02:59
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 > > > > > . > |