[Com0com-cvs] com0com ReadMe.txt,1.12,1.13
The virtual serial port driver for Windows.
Brought to you by:
vfrolov
From: Vyacheslav F. <vf...@us...> - 2007-06-04 15:28:16
|
Update of /cvsroot/com0com/com0com In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv10873 Modified Files: ReadMe.txt Log Message: Added question about hiding ports Index: ReadMe.txt =================================================================== RCS file: /cvsroot/com0com/com0com/ReadMe.txt,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** ReadMe.txt 11 Jan 2007 15:07:39 -0000 1.12 --- ReadMe.txt 4 Jun 2007 15:28:12 -0000 1.13 *************** *** 87,92 **** ! FAQ ! === Q. Is it possible to change the names CNCA0 and CNCB0 to COM2 and COM3? --- 87,92 ---- ! FAQ & HOWTO ! =========== Q. Is it possible to change the names CNCA0 and CNCB0 to COM2 and COM3? *************** *** 128,129 **** --- 128,142 ---- command> change CNCB0 EmuOverrun=yes command> change CNCA0 EmuBR=yes + + Q. I have to write an application connected to one side of the com0com port pair, + and I don't want users to 'see' all the virtual ports created by com0com, but + only the really available ones. + A. if your application use port CNCB0 and other (used by users) paired port is CNCA0, + then CNCB0 can be 'hidden' and CNCA0 can be 'shown' on opening CNCB0 by your + application. To enable it: + + 1. Launch the Setup Command Prompt shortcut. + 2. Enter the change commands: + + command> change CNCB0 ExclusiveMode=yes + command> change CNCA0 PlugInMode=yes |