Hi,
Is it possible for me to talk directly to the driver without going through the C# DAQmx.dll driver software? I need to work in java and although I found away to wrap the DAQmx.dll C# library with a Java wrapper class, this creates a lot of dependencies and it would be a lot cleaner to just bypass that API altogether and develop my own.
Ideally I would like to determine how the driver software talks to the socket so that I can recreate this.
Thanks