[Com0com-cvs] com0com ReadMe.txt,1.16,1.17
The virtual serial port driver for Windows.
Brought to you by:
vfrolov
From: Vyacheslav F. <vf...@us...> - 2008-06-05 10:43:09
|
Update of /cvsroot/com0com/com0com In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv11465 Modified Files: ReadMe.txt Log Message: Added 2 HOWTOs Index: ReadMe.txt =================================================================== RCS file: /cvsroot/com0com/com0com/ReadMe.txt,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** ReadMe.txt 30 Nov 2007 09:52:23 -0000 1.16 --- ReadMe.txt 5 Jun 2008 10:42:48 -0000 1.17 *************** *** 88,93 **** ! FAQ & HOWTO ! =========== Q. Is it possible to change the names CNCA0 and CNCB0 to COM2 and COM3? --- 88,93 ---- ! FAQs & HOWTOs ! ============= Q. Is it possible to change the names CNCA0 and CNCB0 to COM2 and COM3? *************** *** 172,173 **** --- 172,186 ---- The makecert, pvk2pfx, signtool and certmgr tools can be installed with the Platform Software Development Kit (SDK). + + Q. How to monitor and get the paired port settings? + A. It can be done with extended IOCTL_SERIAL_LSRMST_INSERT. See example in + + http://com0com.sourceforge.net/examples/LSRMST_INSERT/tstser.cpp + + Q. To transfer state to CTS and DSR they wired to RTS and DTR. How to transfer + state to DCD and RING? + A. The OUT1 can be wired to DCD and OUT2 to RING. Use extended + IOCTL_SERIAL_SET_MODEM_CONTROL and IOCTL_SERIAL_GET_MODEM_CONTROL to change + state of OUT1 and OUT2. See example in + + http://com0com.sourceforge.net/examples/MODEM_CONTROL/tstser.cpp |