From: Martin H. <mh...@us...> - 2005-08-29 21:14:12
|
Update of /cvsroot/opengtoolkit/serial/lv_source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11363/lv_source Modified Files: lvserial.dll Log Message: Added functions for communication event handling. Added functions CommGetUserDataBuffer and CommSetUserDataBuffer. Added function CommTransmitChar (to complete the interface to the Win-API). Added function CommSetDefaultConfig. Added wrapper functions beginning with ogComm which can handle the LabVIEW refnum type. This change was made, because LVs typecast functions need much more execution time than I would allow to get the unsogned long from a pointer to unsigned long. Changed the internal locking to improve stability and to allow read and write operations at the same time. Index: lvserial.dll =================================================================== RCS file: /cvsroot/opengtoolkit/serial/lv_source/lvserial.dll,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 Binary files /tmp/cvsbjsALQ and /tmp/cvsJA77GV differ |