01-11-2016 11:33 AM
Hi,
I have a NI GPIB-ENET/100 on which I have gpib devices connected. I would like to access those devices from a Java environment on a linux (debian) machine. There is a linux driver available, but not supported for debian.
In this topic :
it is suggested that if I have the .so libraries, then it becomes possible from a Java environment. So where can I find those libraries ? All I found at the moment is the linux driver.
Thanks.
01-20-2016 09:31 AM
Hello,
As I understand, the .so library will install on your computer during the installation of the linux version of the driver. Dies it answer your question?
You will find here the last version (15.1) of the driver.
Have a nice day,
M-Junior
01-21-2016 02:48 AM
Hi, Thanks for your answer,
I see, so I actually need to install the drivers on my machine and then I can do whatever I want to do with the .so libraries, like access them from java.
Thank you again