From: Rolf K. <lab...@us...> - 2007-11-15 09:34:41
|
Update of /cvsroot/opengtoolkit/portIO/source/docs In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12616/docs Modified Files: readme.txt Log Message: Added support for physical memory access unter NT based OSes Index: readme.txt =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/source/docs/readme.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** readme.txt 5 Apr 2005 20:37:11 -0000 1.1 --- readme.txt 15 Nov 2007 09:34:40 -0000 1.2 *************** *** 2,6 **** * Generic Port IO library for LabVIEW for Windows 9x/ME/NT/2000/XP/2003 * ! * Copyright (C) 2004 Rolf Kalbermatter, r.k...@hc... * * Please visit http://www.OpenG.org to learn about the --- 2,6 ---- * Generic Port IO library for LabVIEW for Windows 9x/ME/NT/2000/XP/2003 * ! * Copyright (C) 2004-2007 Rolf Kalbermatter, r.k...@hc... * * Please visit http://www.OpenG.org to learn about the *************** *** 25,33 **** --------------- ! With this library it is possible to access Port IO from within LabVIEW ! in a uniform way. It comes with a LabVIEW VI library, a shared library ! to access from LabVIEW, and a device driver which is used under ! Windows NT (NT 4, 2000, XP, 2003) based systems to access the low level ! kernel functionality necessary for this library. This library consists of four parts: --- 25,33 ---- --------------- ! With this library it is possible to access Port IO and physical memory ! from within LabVIEW in a uniform way. It comes with a LabVIEW VI library, ! a shared library to access from LabVIEW, and a device driver which is used ! under Windows NT (NT 4, 2000, XP, 2003) based systems to access the low ! level kernel functionality necessary for this library. This library consists of four parts: *************** *** 43,47 **** The shared library will work directly on Windows 9x/ME systems as they ! need no device driver support to access the CPU port IO space. On Windows NT (NT4/2000/XP/2003) the shared library will check for --- 43,48 ---- The shared library will work directly on Windows 9x/ME systems as they ! need no device driver support to access the CPU port IO space. Access ! to physical memory under Widnows 9x/CE is not supported. On Windows NT (NT4/2000/XP/2003) the shared library will check for |