Unofficial Java library to communicate with EPEVER Tracer 3210AN.
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.epever.tracer-0.0.1.zip
./io.github.openhelios.epever.tracer-0.0.1/bin/io.github.openhelios.epever.tracer
- Extract ZIP file
io.github.openhelios.epever.tracer-0.0.1.zipfrom sub folderbuild/distributions. - Start extracted file
io.github.openhelios.epever.tracer-0.0.1/bin/io.github.openhelios.epever.tracer.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>epever.tracer</artifactId>
<version>0.0.1</version>
</dependency>
Add the following Gradle dependency to your build.gradle file:
implementation 'io.github.openhelios:epever.tracer:0.0.1'
Download the JAR file manually, if you are using no build tool.
See usage example in Main.java.
- Official manual: https://www.epever.com/download/tracer-an-series-1040a/
- Protocol: ControllerProtocolV2.3.pdf
Inspired by