Apart this, you cannot 'map' the emulated USB function controller to an
actual one you have (if you have one) on your PC (like you can do with the
serial port) so it will be pretty useless
--
Luca Calligaris (MVP-Windows Embedded)
l.calliga...@eurotech.it.nospam
www.eurotech.it
"mike" <yan...@posat.net> ha scritto nel messaggio
news:%234H4SYe...@TK2MSFTNGP04.phx.gbl...
1. includes sc2410usbfn.dll to platform.bib file.
sc2410usbfn.dll $(_FLATRELEASEDIR)\sc2410usbfn.dll
NK SHK
2. includes entries to platform.reg file.
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Usbfn]
"Dll"="sc2410usbfn.dll"
"Prefix"="UFN"
...
and then rebuild my OS image, But I failed to connect to Device Emulator,
Can I debug usb function client driver using Device emulator in VS2005?
Paul T.
"mike" wrote:
> .
>
This time, I encountered another problem:
UfnPdd_Init() -> DDKReg_GetWindowInfo() -> RegReadWindowList() failed.
No iobase or iolen in the registry, how can I set these two registry items.
"iobase"=dword:50000000
"iolen"=dword:100
How can I determine the values for these two items? Can I set them with
random values? sc2410usbfn.dll in device emulator.
"Paul G. Tobey [eMVP]" <paultobey _at_ earthlink _dot_ net> д����Ϣ����:79FEB5AD-2536-463F...@microsoft.com...
--
Luca Calligaris (MVP-Windows Embedded)
l.calliga...@eurotech.it.nospam
www.eurotech.it
"mike" <yan...@posat.net> ha scritto nel messaggio
news:eOA4mQ2j...@TK2MSFTNGP06.phx.gbl...