[Com0com-cvs] com0com ReadMe.txt,1.9,1.10
The virtual serial port driver for Windows.
Brought to you by:
vfrolov
From: Vyacheslav F. <vf...@us...> - 2006-10-23 12:20:35
|
Update of /cvsroot/com0com/com0com In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv22351 Modified Files: ReadMe.txt Log Message: Added setup.dll usage Index: ReadMe.txt =================================================================== RCS file: /cvsroot/com0com/com0com/ReadMe.txt,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ReadMe.txt 28 Jun 2006 13:59:03 -0000 1.9 --- ReadMe.txt 23 Oct 2006 12:20:32 -0000 1.10 *************** *** 29,34 **** 1. Set up the DDK environment on your machine. 2. Run the build -wcZ command in the com0com directory to build ! com0com.sys. ! 3. Copy com0com.inf and com0com.sys files to a temporary directory. --- 29,35 ---- 1. Set up the DDK environment on your machine. 2. Run the build -wcZ command in the com0com directory to build ! com0com.sys and setup.dll. ! 3. Copy com0com.inf, %CPU%\com0com.sys, %CPU%\setup.dll and setup\setup.bat ! files to a temporary directory. *************** *** 36,39 **** --- 37,62 ---- ========== + With setup.dll + -------------- + + 1. Run the setup.bat in the directory with com0com.inf, com0com.sys and + setup.dll files. + 2. Enter install command, for example: + + command> install - - + + The system will create 3 new virtual devices. One of the devices has + name "com0com - bus for serial port pair emulator" and other two of + them have name "com0com - serial port emulator" and located on CNCA0 + and CNCB0 ports (or CNCA1 and CNCB1 or ...). + + To get more info enter help command, for example: + + command> help + + + Manually + -------- + 1. Start the "Add/Remove Hardware" wizard in Control Panel. 2. Click "Add/Troubleshoot a Device". *************** *** 68,71 **** --- 91,107 ---- ============ + With setup.dll + -------------- + + 1. Run the setup.bat in the directory with com0com.inf, com0com.sys and + setup.dll files. + 2. Enter uninstall command: + + command> uninstall + + + Manually + -------- + Start Device Manager this way: *************** *** 73,77 **** %SystemRoot%\system32\devmgmt.msc ! Click View and select "Show hidden devices". Remove all "com0com" divices. Remove the following subtrees from the registry: --- 109,113 ---- %SystemRoot%\system32\devmgmt.msc ! Click View and select "Show hidden devices". Remove all "com0com" devices. Remove the following subtrees from the registry: |