From: Rolf K. <lab...@us...> - 2007-11-15 09:35:36
|
Update of /cvsroot/opengtoolkit/portIO/source In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13046 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/readme.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** readme.txt 5 Mar 2004 23:21:04 -0000 1.2 --- readme.txt 15 Nov 2007 09:35:39 -0000 1.3 *************** *** 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,38 **** --------------- ! 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: readme.txt This file ! ogportio.llb LabVIEW VI library for LabVIEW 6.0 and higher ogportio.dll Shared library implementing Port IO functionality ogportio.sys Device Driver for Windows NT based systems --- 25,38 ---- --------------- ! 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: readme.txt This file ! ogportio.llb LabVIEW VI library for LabVIEW 6.1 and higher ogportio.dll Shared library implementing Port IO functionality ogportio.sys Device Driver for Windows NT based systems *************** *** 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 |