Update of /cvsroot/com0com/hub4com/plugins/serial
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv32665
Modified Files:
port.cpp
Log Message:
Fixed Help
Index: port.cpp
===================================================================
RCS file: /cvsroot/com0com/hub4com/plugins/serial/port.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** port.cpp 14 Apr 2008 07:32:04 -0000 1.4
--- port.cpp 13 Aug 2008 14:33:18 -0000 1.5
***************
*** 20,23 ****
--- 20,26 ----
*
* $Log$
+ * Revision 1.5 2008/08/13 14:33:18 vfrolov
+ * Fixed Help
+ *
* Revision 1.4 2008/04/14 07:32:04 vfrolov
* Renamed option --use-port-module to --use-driver
***************
*** 99,112 ****
<< endl
<< "Output data stream description:" << endl
<< " LINE_DATA(<data>) - write <data> to serial port." << endl
! << " COM_FUNCTION(<function>) - direct serial port to perform <function>." << endl
! << " SET_RT_EVENTS(<mask>) - direct serial port to monitor <mask> real-time" << endl
! << " events." << endl
<< endl
<< "Input data stream description:" << endl
<< " LINE_DATA(<data>) - readed <data> from serial port." << endl
<< " CONNECT(TRUE) - serial port started." << endl
! << " MODEM_STATUS(<value>) - modem control register changed to <value>." << endl
! << " COM_ERRORS(<mask>) - occured communications errors indicated in <mask>." << endl
<< endl
<< "Examples:" << endl
--- 102,116 ----
<< endl
<< "Output data stream description:" << endl
+ << " SET_OPTIONS(<opts>) - or'e <opts> with the output data stream options." << endl
<< " LINE_DATA(<data>) - write <data> to serial port." << endl
! << " SET_PIN_STATE(<state>) - set serial port pins to required state." << endl
<< endl
<< "Input data stream description:" << endl
+ << " GET_OPTIONS(<pOpts>) - the port sends this message at starting to get the" << endl
+ << " required input data stream options." << endl
<< " LINE_DATA(<data>) - readed <data> from serial port." << endl
<< " CONNECT(TRUE) - serial port started." << endl
! << " LINE_STATUS(<val>) - current state of line." << endl
! << " MODEM_STATUS(<val>) - current state of modem." << endl
<< endl
<< "Examples:" << endl
|