VM140 using Java Netbean 6.7.1

Hello as part of my college project I’m looking to write a Java application using Netbeans 6.7.1 to control some hardware and wondering if this the software included with the USB interface module VM140 is compatible, and if so any details you can provide on how this is done e.g. Java JNI etc would be very welcomed.

Note I’m a novice to Java and still learning this so please be gentle with me in the response :blush:

Thanks in advance

Hello again in addition to what I already posted can someone tell me if the Dynamic Link Library (DLL) supplied with the VM140 is compatiable with Java?

Basically I’m creating a Java application to control some hardware via the VM140 Universal USB interface module and need to know how to access the DLL to control / read the inputs and outputs.
FYI I’m only using the digital input and outputs however 3 inputs will be pulse inputs so also curious about what is the fastest read / sample rate of the inputs are anyone know?
Do I need to use the JNI or do I need to create a C++ etc interface first to communicate with the VM140?

Anyone here have any experience of creating a Java app interfacing with the VM140 as I would welcome their inputs.

PS…Are the standard drivers supplied with VM140 compatible with Windows 7 ?

I don’t know if a dll can be compatible with Java. You just need to find out how to import functions that are contained in that specific dll, like you do in any other language (.NET, Delphi, …). Try Google to find more information about this.