Emu
Emu
1. Change path in files "chk make.bat", "free make.bat" in this lines: set
SRC_DRIVE=C: set SRC_PATH=22\bus set DDK_PATH=D:\WINDDK\2600.1106 ,
where SRC_DRIVE - disk drive letter, where sources are located SRC_PATH - path
to .\bus directory, DDK_PATH - path to Windows XP DDK directory.
2. Execute "chk make.bat" for make debug build or "free make.bat" for make release
build.
3. For device driver installation execute "chk install.bat" to install debug build or
"free install.bat" to install release build of driver.
4. For "unplug" all virtual USB-keys you can execute file "unplug all.bat", which call
enum.exe to do this task. With help of last program you can not only "unplug"
keys, but also "plug" it, see .\Controller\enum.exe /?.
in the general case for rebuilding list of avalible USB-keys according to registry state you
can restart driver (see p. 3) or use enum.exe utility (see p. 4).
Emulator installation:
2. Second method: add to .\Inf directory file devcon.exe and .bat-files with this
content: Install.bat: @echo off devcon remove root\vusbbus devcon install
vusbbus.inf root\vusbbus