Unofficial Java library to communicate with FNIRSi DPS-150.
Start AddGroupOnLinux.sh
to add your user to the user group
needed to get access to the serial device.
Install device driver.
- Install
mvn
, if not already installed. - Execute
mvn install
- Install
gradle
, if not already installed. - Execute
gradle build
Plug-in USB cable.
Execute
cd build/distributions
unzip io.github.openhelios.fnirsi.dps-1.0.0.zip
./io.github.openhelios.fnirsi.dps-1.0.0/bin/io.github.openhelios.fnirsi.dps
- Extract ZIP file
io.github.openhelios.fnirsi.dps-1.0.0.zip
from sub folderbuild/distributions
. - Start extracted file
io.github.openhelios.fnirsi.dps-1.0.0/bin/io.github.openhelios.fnirsi.dps.bat
Type h to get a list of possible functions provided by the example application.
Choose one of the following Maven, Gradle or manual dependency.
Add the following Maven dependency to your pom.xml file:
<dependency>
<groupId>io.github.openhelios</groupId>
<artifactId>fnirsi.dps</artifactId>
<version>1.0.0</version>
</dependency>
Add the following Gradle dependency to your build.gradle file:
implementation 'io.github.openhelios:fnirsi.dps:1.0.0'
Download the JAR file manually, if you are using no build tool.
See usage example in Main.java.
- Official manual: https://www.fnirsi.com/pages/support-and-downloads
Inspired by https://github.com/cho45/fnirsi-dps-150/