[Com0com-cvs] hub4com/plugins/awakseq filter.cpp,1.2,1.3
The virtual serial port driver for Windows.
Brought to you by:
vfrolov
From: Vyacheslav F. <vf...@us...> - 2008-04-07 12:29:15
|
Update of /cvsroot/com0com/hub4com/plugins/awakseq In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv16475 Modified Files: filter.cpp Log Message: Replaced --rt-events option by SET_RT_EVENTS message Index: filter.cpp =================================================================== RCS file: /cvsroot/com0com/hub4com/plugins/awakseq/filter.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** filter.cpp 2 Apr 2008 10:39:54 -0000 1.2 --- filter.cpp 7 Apr 2008 12:29:11 -0000 1.3 *************** *** 20,23 **** --- 20,26 ---- * * $Log$ + * Revision 1.3 2008/04/07 12:29:11 vfrolov + * Replaced --rt-events option by SET_RT_EVENTS message + * * Revision 1.2 2008/04/02 10:39:54 vfrolov * Added discarding CONNECT(FALSE) from the input stream *************** *** 168,172 **** << " - wait first byte from COM1 and then establish connection to" << endl << " 111.11.11.11:1111." << endl ! << " " << pProgPath << " --create-filter=pin2con --create-filter=" << GetPluginAbout()->pName << ":\"--awak-seq=aaa\" --add-filters=0:pin2con," << GetPluginAbout()->pName << " --rt-events=dsr COM1 --use-port-module=tcp 111.11.11.11:1111" << endl << " - wait \"aaa\" from COM1 and then establish connection to 111.11.11.11:1111." << endl << " and disconnect on DSR OFF." << endl --- 171,175 ---- << " - wait first byte from COM1 and then establish connection to" << endl << " 111.11.11.11:1111." << endl ! << " " << pProgPath << " --create-filter=pin2con --create-filter=" << GetPluginAbout()->pName << ":\"--awak-seq=aaa\" --add-filters=0:pin2con," << GetPluginAbout()->pName << " COM1 --use-port-module=tcp 111.11.11.11:1111" << endl << " - wait \"aaa\" from COM1 and then establish connection to 111.11.11.11:1111." << endl << " and disconnect on DSR OFF." << endl |