Description: Virtual serial port driver source code under WindowsXP. Using VC compiler build environment, is still based on the HelloWDM to complete the framework of the driver, virtual serial port 7. System load the driver is good, must be added manually in the registry because as the specific location is HKEY_LOCAL_MACHINE \ HARDWARE \ DEVICEMAP \ SERIALCOMM, where adding a new project called MyWDMDevice, type REG_SZ, content is COM7. Data written to virtual serial port will be automatically sent back. It is suitable for beginners to learn information.
To Search:
File list (Check if you may need any files):
VSerial\DriverDev.dsp
.......\DriverDev.dsw
.......\DriverDev.ncb
.......\DriverDev.opt
.......\DriverDev.plg
.......\HelloWDM.cpp
.......\HelloWDM.h
.......\HelloWDM.inf
.......\MyDriver_Check\DriverDev.bsc
.......\..............\HelloWDM.obj
.......\..............\HelloWDM.pdb
.......\..............\HelloWDM.sbr
.......\..............\HelloWDM.sys
.......\..............\vc60.idb
.......\说明.txt
.......\MyDriver_Check
VSerial