[Com0com-cvs] com0com ReadMe.txt,1.6,1.7
The virtual serial port driver for Windows.
Brought to you by:
vfrolov
From: Vyacheslav F. <vf...@us...> - 2005-09-01 13:17:29
|
Update of /cvsroot/com0com/com0com In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24131 Modified Files: ReadMe.txt Log Message: Added question about baud rate emulation Index: ReadMe.txt =================================================================== RCS file: /cvsroot/com0com/com0com/ReadMe.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** ReadMe.txt 8 Jul 2005 14:03:22 -0000 1.6 --- ReadMe.txt 1 Sep 2005 13:17:18 -0000 1.7 *************** *** 83,89 **** Delete file %SystemRoot%\system32\drivers\com0com.sys ! Find in the %SystemRoot%\inf\ directory the oem{N}.inf file that corresponds to ! the com0com.inf file (the system renames com0com.inf to oem{N}.inf, where {N} ! is a number). Delete oem{N}.inf and oem{N}.PNF files. --- 83,89 ---- Delete file %SystemRoot%\system32\drivers\com0com.sys ! Find in the %SystemRoot%\inf\ directory the oem{N}.inf file(s) that corresponds ! to the com0com.inf file (the system renames com0com.inf to oem{N}.inf, where {N} ! is a number). Delete all found oem{N}.inf and corresponding oem{N}.PNF files. *************** *** 98,99 **** --- 98,107 ---- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\com0com\Parameters\CNCB0] "PortName"="COM3" + + Q. The baud rate setting does not seem to make a difference: data is always + transferred at the same speed. How to enable the baud rate emulation? + A. To enable baud rate emulation for transferring data from CNCA0 to CNCB0 add + the following to the registry: + + [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\com0com\Parameters\CNCA0] + "EmuBR"=dword:FFFFFFFF |