02-03-2022 07:16 AM
And here you will find my labview version 😉
02-03-2022 07:28 AM
@pincpanter wrote:
The driver used in OpenG PortIO functions is quite old. I believe it's not working any more under recent Windows versions.
The OpenG PortIO VIs use a kernel device driver that does the dirty work. Installation of such a driver is only possible with elevated administrative privileges. Moreover they use kernel APIs that are only available in the 32-bit kernel of Windows and can't be used in 64-bit Windows. So on pretty much any modern Windows system they are useless.
02-04-2022 06:02 AM
Thank you.
I will try 🙂